Html Css Color HEX #967064 Dark Chestnut

📋 copy color: '#967064'

red 150 ◦ green 112 ◦ blue 100

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

Shades of Dark Chestnut #967064

Tints of Dark Chestnut #967064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.94%

 BLUE value IS 100 (39.45% from 255) = 27.62%

R = 41.44%
G = 30.94%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#967064 (or 0x967064) is known color: Dark Chestnut. HEX triplet: 96, 70 and 64. RGB value is (150,112,100). Sum of RGB (Red+Green+Blue) = 150+112+100=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #967064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967064 is #698F9B. Grayscale: #7A7A7A. Windows color (decimal): -6918044 or 6582422. OLE color: 6582422.

HSL color Cylindrical-coordinate representation of color #967064: hue angle of 14.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #967064 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 100 -
CMYK 0 0.25 0.33 0.41
HSL 14.4º 0.2% 0.49% -
HSV(B) 14.4º 0.33% 0.59% -
XYZ 20.67 18.99 14.63 -
YUV 121.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 150 112 100 0 0.25 0.33 0.41 14.4 0.2 0.49
Hex 96 70 64 0 19 21 29 E 14 31
Octal 226 160 144 0 31 41 51 16 24 61
Binary 10010110 1110000 1100100 0 11001 100001 101001 1110 10100 110001

Color Harmonies of #967064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967064

Black with #967064

Text Example


Text Example

White with #967064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967064; }

 p { color: rgb(150,112,100); }

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

background-color css

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

 a { background-color: rgb(150,112,100); }

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

border-color css

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

 span { border-color: rgb(150,112,100); }

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