Html Css Color HEX #94685A Dark Chestnut

📋 copy color: '#94685A'

red 148 ◦ green 104 ◦ blue 90

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

Shades of Dark Chestnut #94685A

Tints of Dark Chestnut #94685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

 BLUE value IS 90 (35.55% from 255) = 26.32%

R = 43.27%
G = 30.41%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#94685A (or 0x94685A) is known color: Dark Chestnut. HEX triplet: 94, 68 and 5A. RGB value is (148,104,90). Sum of RGB (Red+Green+Blue) = 148+104+90=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #94685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94685A is #6B97A5. Grayscale: #737373. Windows color (decimal): -7051174 or 5925012. OLE color: 5925012.

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

Color convert

RGB 148 104 90 -
CMYK 0 0.30 0.39 0.42
HSL 14.48º 0.24% 0.47% -
HSV(B) 14.48º 0.39% 0.58% -
XYZ 19.01 16.93 11.94 -
YUV 115.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 148 104 90 0 0.30 0.39 0.42 14.48 0.24 0.47
Hex 94 68 5A 0 1E 27 2A E 18 2F
Octal 224 150 132 0 36 47 52 16 30 57
Binary 10010100 1101000 1011010 0 11110 100111 101010 1110 11000 101111

Color Harmonies of #94685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94685A

Black with #94685A

Text Example


Text Example

White with #94685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94685A; }

 p { color: rgb(148,104,90); }

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

background-color css

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

 a { background-color: rgb(148,104,90); }

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

border-color css

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

 span { border-color: rgb(148,104,90); }

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