Html Css Color HEX #9B675D Dark Chestnut

📋 copy color: '#9B675D'

red 155 ◦ green 103 ◦ blue 93

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

Shades of Dark Chestnut #9B675D

Tints of Dark Chestnut #9B675D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 44.16%
G = 29.34%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B675D (or 0x9B675D) is known color: Dark Chestnut. HEX triplet: 9B, 67 and 5D. RGB value is (155,103,93). Sum of RGB (Red+Green+Blue) = 155+103+93=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B675D is #6498A2. Grayscale: #757575. Windows color (decimal): -6592675 or 6121371. OLE color: 6121371.

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

Color convert

RGB 155 103 93 -
CMYK 0 0.34 0.4 0.39
HSL 9.68º 0.25% 0.49% -
HSV(B) 9.68º 0.4% 0.61% -
XYZ 20.34 17.46 12.65 -
YUV 117.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 155 103 93 0 0.34 0.4 0.39 9.68 0.25 0.49
Hex 9B 67 5D 0 22 28 27 A 19 31
Octal 233 147 135 0 42 50 47 12 31 61
Binary 10011011 1100111 1011101 0 100010 101000 100111 1010 11001 110001

Color Harmonies of #9B675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B675D

Black with #9B675D

Text Example


Text Example

White with #9B675D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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