Html Css Color HEX #947064 Dark Chestnut

📋 copy color: '#947064'

red 148 ◦ green 112 ◦ blue 100

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

Shades of Dark Chestnut #947064

Tints of Dark Chestnut #947064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 41.11%
G = 31.11%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#947064 (or 0x947064) is known color: Dark Chestnut. HEX triplet: 94, 70 and 64. RGB value is (148,112,100). Sum of RGB (Red+Green+Blue) = 148+112+100=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #947064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947064 is #6B8F9B. Grayscale: #797979. Windows color (decimal): -7049116 or 6582420. OLE color: 6582420.

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

Color convert

RGB 148 112 100 -
CMYK 0 0.24 0.32 0.42
HSL 15º 0.19% 0.49% -
HSV(B) 15º 0.32% 0.58% -
XYZ 20.31 18.8 14.62 -
YUV 121.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 148 112 100 0 0.24 0.32 0.42 15 0.19 0.49
Hex 94 70 64 0 18 20 2A F 13 31
Octal 224 160 144 0 30 40 52 17 23 61
Binary 10010100 1110000 1100100 0 11000 100000 101010 1111 10011 110001

Color Harmonies of #947064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947064

Black with #947064

Text Example


Text Example

White with #947064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947064; }

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

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

background-color css

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

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

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

border-color css

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

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

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