Html Css Color HEX #94695F Dark Chestnut

📋 copy color: '#94695F'

red 148 ◦ green 105 ◦ blue 95

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

Shades of Dark Chestnut #94695F

Tints of Dark Chestnut #94695F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.17%

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

R = 42.53%
G = 30.17%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94695F (or 0x94695F) is known color: Dark Chestnut. HEX triplet: 94, 69 and 5F. RGB value is (148,105,95). Sum of RGB (Red+Green+Blue) = 148+105+95=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #94695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94695F is #6B96A0. Grayscale: #747474. Windows color (decimal): -7050913 or 6252948. OLE color: 6252948.

HSL color Cylindrical-coordinate representation of color #94695F: hue angle of 11.32º 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 #94695F is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 105 95 -
CMYK 0 0.29 0.36 0.42
HSL 11.32º 0.22% 0.48% -
HSV(B) 11.32º 0.36% 0.58% -
XYZ 19.33 17.23 13.13 -
YUV 116.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 148 105 95 0 0.29 0.36 0.42 11.32 0.22 0.48
Hex 94 69 5F 0 1D 24 2A B 16 30
Octal 224 151 137 0 35 44 52 13 26 60
Binary 10010100 1101001 1011111 0 11101 100100 101010 1011 10110 110000

Color Harmonies of #94695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94695F

Black with #94695F

Text Example


Text Example

White with #94695F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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