Html Css Color HEX #9A7067 Dark Chestnut

📋 copy color: '#9A7067'

red 154 ◦ green 112 ◦ blue 103

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

Shades of Dark Chestnut #9A7067

Tints of Dark Chestnut #9A7067

RGB

 RED value IS 154 (60.55% from 255) = 41.73%

 GREEN value IS 112 (44.14% from 255) = 30.35%

 BLUE value IS 103 (40.63% from 255) = 27.91%

R = 41.73%
G = 30.35%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#9A7067 (or 0x9A7067) is known color: Dark Chestnut. HEX triplet: 9A, 70 and 67. RGB value is (154,112,103). Sum of RGB (Red+Green+Blue) = 154+112+103=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7067 is #658F98. Grayscale: #7B7B7B. Windows color (decimal): -6655897 or 6779034. OLE color: 6779034.

HSL color Cylindrical-coordinate representation of color #9A7067: hue angle of 10.59º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A7067 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 112 103 -
CMYK 0 0.27 0.33 0.40
HSL 10.59º 0.2% 0.5% -
HSV(B) 10.59º 0.33% 0.6% -
XYZ 21.57 19.44 15.45 -
YUV 123.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 154 112 103 0 0.27 0.33 0.40 10.59 0.2 0.5
Hex 9A 70 67 0 1B 21 28 B 14 32
Octal 232 160 147 0 33 41 50 13 24 62
Binary 10011010 1110000 1100111 0 11011 100001 101000 1011 10100 110010

Color Harmonies of #9A7067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7067

Black with #9A7067

Text Example


Text Example

White with #9A7067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,112,103); }

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

background-color css

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

 a { background-color: rgb(154,112,103); }

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

border-color css

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

 span { border-color: rgb(154,112,103); }

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