Html Css Color HEX #966923 Afghan Tan

📋 copy color: '#966923'

red 150 ◦ green 105 ◦ blue 35

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

Shades of Afghan Tan #966923

Tints of Afghan Tan #966923

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.21%

 BLUE value IS 35 (14.06% from 255) = 12.07%

R = 51.72%
G = 36.21%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#966923 (or 0x966923) is known color: Afghan Tan. HEX triplet: 96, 69 and 23. RGB value is (150,105,35). Sum of RGB (Red+Green+Blue) = 150+105+35=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #966923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966923 is #6996DC. Grayscale: #6E6E6E. Windows color (decimal): -6919901 or 2320790. OLE color: 2320790.

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

Color convert

RGB 150 105 35 -
CMYK 0 0.30 0.77 0.41
HSL 36.52º 0.62% 0.36% -
HSV(B) 36.52º 0.77% 0.59% -
XYZ 17.93 16.71 3.87 -
YUV 110.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 150 105 35 0 0.30 0.77 0.41 36.52 0.62 0.36
Hex 96 69 23 0 1E 4D 29 25 3E 24
Octal 226 151 43 0 36 115 51 45 76 44
Binary 10010110 1101001 100011 0 11110 1001101 101001 100101 111110 100100

Color Harmonies of #966923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966923

Black with #966923

Text Example


Text Example

White with #966923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966923; }

 p { color: rgb(150,105,35); }

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

background-color css

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

 a { background-color: rgb(150,105,35); }

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

border-color css

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

 span { border-color: rgb(150,105,35); }

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