Html Css Color HEX #94665F Dark Chestnut

📋 copy color: '#94665F'

red 148 ◦ green 102 ◦ blue 95

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

Shades of Dark Chestnut #94665F

Tints of Dark Chestnut #94665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.57%

 BLUE value IS 95 (37.5% from 255) = 27.54%

R = 42.9%
G = 29.57%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94665F (or 0x94665F) is known color: Dark Chestnut. HEX triplet: 94, 66 and 5F. RGB value is (148,102,95). Sum of RGB (Red+Green+Blue) = 148+102+95=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #94665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94665F is #6B99A0. Grayscale: #737373. Windows color (decimal): -7051681 or 6252180. OLE color: 6252180.

HSL color Cylindrical-coordinate representation of color #94665F: hue angle of 7.92º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94665F is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 102 95 -
CMYK 0 0.31 0.36 0.42
HSL 7.92º 0.22% 0.48% -
HSV(B) 7.92º 0.36% 0.58% -
XYZ 19.03 16.62 13.03 -
YUV 114.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 148 102 95 0 0.31 0.36 0.42 7.92 0.22 0.48
Hex 94 66 5F 0 1F 24 2A 8 16 30
Octal 224 146 137 0 37 44 52 10 26 60
Binary 10010100 1100110 1011111 0 11111 100100 101010 1000 10110 110000

Color Harmonies of #94665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94665F

Black with #94665F

Text Example


Text Example

White with #94665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94665F; }

 p { color: rgb(148,102,95); }

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

background-color css

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

 a { background-color: rgb(148,102,95); }

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

border-color css

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

 span { border-color: rgb(148,102,95); }

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