Html Css Color HEX #9B6F69 Dark Chestnut

📋 copy color: '#9B6F69'

red 155 ◦ green 111 ◦ blue 105

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

Shades of Dark Chestnut #9B6F69

Tints of Dark Chestnut #9B6F69

RGB

 RED value IS 155 (60.94% from 255) = 41.78%

 GREEN value IS 111 (43.75% from 255) = 29.92%

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

R = 41.78%
G = 29.92%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B6F69 (or 0x9B6F69) is known color: Dark Chestnut. HEX triplet: 9B, 6F and 69. RGB value is (155,111,105). Sum of RGB (Red+Green+Blue) = 155+111+105=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6F69 is #649096. Grayscale: #7B7B7B. Windows color (decimal): -6590615 or 6909851. OLE color: 6909851.

HSL color Cylindrical-coordinate representation of color #9B6F69: hue angle of 7.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B6F69 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 111 105 -
CMYK 0 0.28 0.32 0.39
HSL 7.2º 0.2% 0.51% -
HSV(B) 7.2º 0.32% 0.61% -
XYZ 21.75 19.36 15.95 -
YUV 123.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 155 111 105 0 0.28 0.32 0.39 7.2 0.2 0.51
Hex 9B 6F 69 0 1C 20 27 7 14 33
Octal 233 157 151 0 34 40 47 7 24 63
Binary 10011011 1101111 1101001 0 11100 100000 100111 111 10100 110011

Color Harmonies of #9B6F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6F69

Black with #9B6F69

Text Example


Text Example

White with #9B6F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B6F69; }

 p { color: rgb(155,111,105); }

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

background-color css

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

 a { background-color: rgb(155,111,105); }

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

border-color css

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

 span { border-color: rgb(155,111,105); }

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