#94621F

Color #94621F Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #94621F

Tints of Afghan Tan #94621F

Color information

#94621F (or 0x94621F) is unknown color: approx Afghan Tan. HEX triplet: 94, 62 and 1F. RGB value is (148,98,31). Sum of RGB (Red+Green+Blue) = 148+98+31=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #94621F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94621F is #6B9DE0. Grayscale: #696969. Windows color (decimal): -7052769 or 2056852. OLE color: 2056852.

HSL color Cylindrical-coordinate representation of color #94621F: hue angle of 34.36º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94621F is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1489831-
CMYK00.340.790.42
HSL34.36º65.36%35.1%-
HSV(B)34.36º79.05%58.04%-
XYZ16.8315.133.33-
YUV105.3186.06158.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 53.43%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 31 (12.5% from 255) = 11.19%
R=53.43%
G=35.38%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148983100.340.790.4234.3665.3635.1
Hex94621F0224F2A224123
Octal22414237042117524210143
Binary10010100110001011111010001010011111010101000101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94621F; }

 p { color: rgb(148,98,31); }

 H1.HeaderClassName
 {
   color: #94621F;
 }
 .AnyTagClassName
 {
   color: #94621F;
 }
</style>
background-color css

<style>
 a { background-color: #94621F; }

 a { background-color: rgb(148,98,31); }

 div.DivClassName
 {
   background-color: #94621F;
 }
 .BgClassName
 {
   background-color: #94621F;
 }
</style>
border-color css

<style>
 span { border-color: #94621F; }

 span { border-color: rgb(148,98,31); }

 td.TdClassName
 {
   border-color: #94621F;
 }
 .TagClassName
 {
   border-color: #94621F;
 }
</style>