Html Css Color HEX #94625C Dark Chestnut

📋 copy color: '#94625C'

red 148 ◦ green 98 ◦ blue 92

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

Shades of Dark Chestnut #94625C

Tints of Dark Chestnut #94625C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

 BLUE value IS 92 (36.33% from 255) = 27.22%

R = 43.79%
G = 28.99%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#94625C (or 0x94625C) is known color: Dark Chestnut. HEX triplet: 94, 62 and 5C. RGB value is (148,98,92). Sum of RGB (Red+Green+Blue) = 148+98+92=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #94625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94625C is #6B9DA3. Grayscale: #707070. Windows color (decimal): -7052708 or 6054548. OLE color: 6054548.

HSL color Cylindrical-coordinate representation of color #94625C: hue angle of 6.43º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94625C is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 98 92 -
CMYK 0 0.34 0.38 0.42
HSL 6.43º 0.23% 0.47% -
HSV(B) 6.43º 0.38% 0.58% -
XYZ 18.51 15.8 12.2 -
YUV 112.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 148 98 92 0 0.34 0.38 0.42 6.43 0.23 0.47
Hex 94 62 5C 0 22 26 2A 6 17 2F
Octal 224 142 134 0 42 46 52 6 27 57
Binary 10010100 1100010 1011100 0 100010 100110 101010 110 10111 101111

Color Harmonies of #94625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94625C

Black with #94625C

Text Example


Text Example

White with #94625C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,98,92); }

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

background-color css

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

 a { background-color: rgb(148,98,92); }

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

border-color css

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

 span { border-color: rgb(148,98,92); }

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