Html Css Color HEX #96675F Dark Chestnut

📋 copy color: '#96675F'

red 150 ◦ green 103 ◦ blue 95

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

Shades of Dark Chestnut #96675F

Tints of Dark Chestnut #96675F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 43.1%
G = 29.6%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96675F (or 0x96675F) is known color: Dark Chestnut. HEX triplet: 96, 67 and 5F. RGB value is (150,103,95). Sum of RGB (Red+Green+Blue) = 150+103+95=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #96675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96675F is #6998A0. Grayscale: #747474. Windows color (decimal): -6920353 or 6252438. OLE color: 6252438.

HSL color Cylindrical-coordinate representation of color #96675F: hue angle of 8.73º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96675F is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 103 95 -
CMYK 0 0.31 0.37 0.41
HSL 8.73º 0.22% 0.48% -
HSV(B) 8.73º 0.37% 0.59% -
XYZ 19.49 17.01 13.08 -
YUV 116.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 150 103 95 0 0.31 0.37 0.41 8.73 0.22 0.48
Hex 96 67 5F 0 1F 25 29 9 16 30
Octal 226 147 137 0 37 45 51 11 26 60
Binary 10010110 1100111 1011111 0 11111 100101 101001 1001 10110 110000

Color Harmonies of #96675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96675F

Black with #96675F

Text Example


Text Example

White with #96675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96675F; }

 p { color: rgb(150,103,95); }

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

background-color css

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

 a { background-color: rgb(150,103,95); }

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

border-color css

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

 span { border-color: rgb(150,103,95); }

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