Html Css Color HEX #94716C Dark Chestnut

📋 copy color: '#94716C'

red 148 ◦ green 113 ◦ blue 108

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

Shades of Dark Chestnut #94716C

Tints of Dark Chestnut #94716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.62%

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 40.11%
G = 30.62%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#94716C (or 0x94716C) is known color: Dark Chestnut. HEX triplet: 94, 71 and 6C. RGB value is (148,113,108). Sum of RGB (Red+Green+Blue) = 148+113+108=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #94716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94716C is #6B8E93. Grayscale: #7A7A7A. Windows color (decimal): -7048852 or 7106964. OLE color: 7106964.

HSL color Cylindrical-coordinate representation of color #94716C: hue angle of 7.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94716C is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 113 108 -
CMYK 0 0.24 0.27 0.42
HSL 7.5º 0.16% 0.5% -
HSV(B) 7.5º 0.27% 0.58% -
XYZ 20.82 19.19 16.79 -
YUV 122.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 148 113 108 0 0.24 0.27 0.42 7.5 0.16 0.5
Hex 94 71 6C 0 18 1B 2A 8 10 32
Octal 224 161 154 0 30 33 52 10 20 62
Binary 10010100 1110001 1101100 0 11000 11011 101010 1000 10000 110010

Color Harmonies of #94716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94716C

Black with #94716C

Text Example


Text Example

White with #94716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94716C; }

 p { color: rgb(148,113,108); }

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

background-color css

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

 a { background-color: rgb(148,113,108); }

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

border-color css

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

 span { border-color: rgb(148,113,108); }

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