Html Css Color HEX #966A65 Dark Chestnut

📋 copy color: '#966A65'

red 150 ◦ green 106 ◦ blue 101

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

Shades of Dark Chestnut #966A65

Tints of Dark Chestnut #966A65

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.69%

 BLUE value IS 101 (39.84% from 255) = 28.29%

R = 42.02%
G = 29.69%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#966A65 (or 0x966A65) is known color: Dark Chestnut. HEX triplet: 96, 6A and 65. RGB value is (150,106,101). Sum of RGB (Red+Green+Blue) = 150+106+101=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #966A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A65 is #69959A. Grayscale: #767676. Windows color (decimal): -6919579 or 6646422. OLE color: 6646422.

HSL color Cylindrical-coordinate representation of color #966A65: hue angle of 6.12º 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 #966A65 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 106 101 -
CMYK 0 0.29 0.33 0.41
HSL 6.12º 0.2% 0.49% -
HSV(B) 6.12º 0.33% 0.59% -
XYZ 20.08 17.73 14.68 -
YUV 118.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 150 106 101 0 0.29 0.33 0.41 6.12 0.2 0.49
Hex 96 6A 65 0 1D 21 29 6 14 31
Octal 226 152 145 0 35 41 51 6 24 61
Binary 10010110 1101010 1100101 0 11101 100001 101001 110 10100 110001

Color Harmonies of #966A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A65

Black with #966A65

Text Example


Text Example

White with #966A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966A65; }

 p { color: rgb(150,106,101); }

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

background-color css

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

 a { background-color: rgb(150,106,101); }

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

border-color css

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

 span { border-color: rgb(150,106,101); }

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