Html Css Color HEX #967269 Dark Chestnut

📋 copy color: '#967269'

red 150 ◦ green 114 ◦ blue 105

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

Shades of Dark Chestnut #967269

Tints of Dark Chestnut #967269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.89%

 BLUE value IS 105 (41.41% from 255) = 28.46%

R = 40.65%
G = 30.89%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#967269 (or 0x967269) is known color: Dark Chestnut. HEX triplet: 96, 72 and 69. RGB value is (150,114,105). Sum of RGB (Red+Green+Blue) = 150+114+105=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #967269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967269 is #698D96. Grayscale: #7B7B7B. Windows color (decimal): -6917527 or 6910614. OLE color: 6910614.

HSL color Cylindrical-coordinate representation of color #967269: hue angle of 12º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #967269 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 114 105 -
CMYK 0 0.24 0.30 0.41
HSL 12º 0.18% 0.5% -
HSV(B) 12º 0.3% 0.59% -
XYZ 21.14 19.54 16.02 -
YUV 123.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 150 114 105 0 0.24 0.30 0.41 12 0.18 0.5
Hex 96 72 69 0 18 1E 29 C 12 32
Octal 226 162 151 0 30 36 51 14 22 62
Binary 10010110 1110010 1101001 0 11000 11110 101001 1100 10010 110010

Color Harmonies of #967269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967269

Black with #967269

Text Example


Text Example

White with #967269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967269; }

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

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

background-color css

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

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

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

border-color css

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

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

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