Html Css Color HEX #9B6762 Dark Chestnut

📋 copy color: '#9B6762'

red 155 ◦ green 103 ◦ blue 98

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

Shades of Dark Chestnut #9B6762

Tints of Dark Chestnut #9B6762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

 BLUE value IS 98 (38.67% from 255) = 27.53%

R = 43.54%
G = 28.93%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B6762 (or 0x9B6762) is known color: Dark Chestnut. HEX triplet: 9B, 67 and 62. RGB value is (155,103,98). Sum of RGB (Red+Green+Blue) = 155+103+98=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6762 is #64989D. Grayscale: #767676. Windows color (decimal): -6592670 or 6449051. OLE color: 6449051.

HSL color Cylindrical-coordinate representation of color #9B6762: hue angle of 5.26º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B6762 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 103 98 -
CMYK 0 0.34 0.37 0.39
HSL 5.26º 0.23% 0.5% -
HSV(B) 5.26º 0.37% 0.61% -
XYZ 20.57 17.55 13.86 -
YUV 117.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 155 103 98 0 0.34 0.37 0.39 5.26 0.23 0.5
Hex 9B 67 62 0 22 25 27 5 17 32
Octal 233 147 142 0 42 45 47 5 27 62
Binary 10011011 1100111 1100010 0 100010 100101 100111 101 10111 110010

Color Harmonies of #9B6762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6762

Black with #9B6762

Text Example


Text Example

White with #9B6762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,103,98); }

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

background-color css

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

 a { background-color: rgb(155,103,98); }

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

border-color css

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

 span { border-color: rgb(155,103,98); }

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