Html Css Color HEX #94635A Dark Chestnut

📋 copy color: '#94635A'

red 148 ◦ green 99 ◦ blue 90

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

Shades of Dark Chestnut #94635A

Tints of Dark Chestnut #94635A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

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

R = 43.92%
G = 29.38%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#94635A (or 0x94635A) is known color: Dark Chestnut. HEX triplet: 94, 63 and 5A. RGB value is (148,99,90). Sum of RGB (Red+Green+Blue) = 148+99+90=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #94635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94635A is #6B9CA5. Grayscale: #707070. Windows color (decimal): -7052454 or 5923732. OLE color: 5923732.

HSL color Cylindrical-coordinate representation of color #94635A: hue angle of 9.31º 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 #94635A is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 99 90 -
CMYK 0 0.33 0.39 0.42
HSL 9.31º 0.24% 0.47% -
HSV(B) 9.31º 0.39% 0.58% -
XYZ 18.52 15.96 11.78 -
YUV 112.63 115.23 153.23 -
System Red Green Blue C M Y K H S L
Decimal 148 99 90 0 0.33 0.39 0.42 9.31 0.24 0.47
Hex 94 63 5A 0 21 27 2A 9 18 2F
Octal 224 143 132 0 41 47 52 11 30 57
Binary 10010100 1100011 1011010 0 100001 100111 101010 1001 11000 101111

Color Harmonies of #94635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94635A

Black with #94635A

Text Example


Text Example

White with #94635A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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