Html Css Color HEX #947067 Dark Chestnut

📋 copy color: '#947067'

red 148 ◦ green 112 ◦ blue 103

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

Shades of Dark Chestnut #947067

Tints of Dark Chestnut #947067

RGB

 RED value IS 148 (58.2% from 255) = 40.77%

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

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

R = 40.77%
G = 30.85%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#947067 (or 0x947067) is known color: Dark Chestnut. HEX triplet: 94, 70 and 67. RGB value is (148,112,103). Sum of RGB (Red+Green+Blue) = 148+112+103=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #947067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947067 is #6B8F98. Grayscale: #797979. Windows color (decimal): -7049113 or 6779028. OLE color: 6779028.

HSL color Cylindrical-coordinate representation of color #947067: hue angle of 12º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #947067 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 103 -
CMYK 0 0.24 0.30 0.42
HSL 12º 0.18% 0.49% -
HSV(B) 12º 0.3% 0.58% -
XYZ 20.46 18.86 15.39 -
YUV 121.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 148 112 103 0 0.24 0.30 0.42 12 0.18 0.49
Hex 94 70 67 0 18 1E 2A C 12 31
Octal 224 160 147 0 30 36 52 14 22 61
Binary 10010100 1110000 1100111 0 11000 11110 101010 1100 10010 110001

Color Harmonies of #947067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947067

Black with #947067

Text Example


Text Example

White with #947067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947067; }

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

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

background-color css

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

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

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

border-color css

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

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

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