Html Css Color HEX #966027 Afghan Tan

📋 copy color: '#966027'

red 150 ◦ green 96 ◦ blue 39

#966027
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Afghan Tan #966027

Tints of Afghan Tan #966027

RGB

 RED value IS 150 (58.98% from 255) = 52.63%

 GREEN value IS 96 (37.89% from 255) = 33.68%

 BLUE value IS 39 (15.63% from 255) = 13.68%

R = 52.63%
G = 33.68%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#966027 (or 0x966027) is known color: Afghan Tan. HEX triplet: 96, 60 and 27. RGB value is (150,96,39). Sum of RGB (Red+Green+Blue) = 150+96+39=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #966027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966027 is #699FD8. Grayscale: #696969. Windows color (decimal): -6922201 or 2580630. OLE color: 2580630.

HSL color Cylindrical-coordinate representation of color #966027: hue angle of 30.81º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #966027 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 96 39 -
CMYK 0 0.36 0.74 0.41
HSL 30.81º 0.59% 0.37% -
HSV(B) 30.81º 0.74% 0.59% -
XYZ 17.13 15 3.91 -
YUV 105.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 150 96 39 0 0.36 0.74 0.41 30.81 0.59 0.37
Hex 96 60 27 0 24 4A 29 1F 3B 25
Octal 226 140 47 0 44 112 51 37 73 45
Binary 10010110 1100000 100111 0 100100 1001010 101001 11111 111011 100101

Color Harmonies of #966027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966027

Black with #966027

Text Example


Text Example

White with #966027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966027; }

 p { color: rgb(150,96,39); }

 H1.HeaderClassName
 {
   color: #966027;
 }
 .AnyTagClassName
 {
   color: #966027;
 }
</style>

background-color css

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

 a { background-color: rgb(150,96,39); }

 div.DivClassName
 {
   background-color: #966027;
 }
 .BgClassName
 {
   background-color: #966027;
 }
</style>

border-color css

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

 span { border-color: rgb(150,96,39); }

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