Html Css Color HEX #946B61 Dark Chestnut

📋 copy color: '#946B61'

red 148 ◦ green 107 ◦ blue 97

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

Shades of Dark Chestnut #946B61

Tints of Dark Chestnut #946B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.4%

 BLUE value IS 97 (38.28% from 255) = 27.56%

R = 42.05%
G = 30.4%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#946B61 (or 0x946B61) is known color: Dark Chestnut. HEX triplet: 94, 6B and 61. RGB value is (148,107,97). Sum of RGB (Red+Green+Blue) = 148+107+97=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #946B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B61 is #6B949E. Grayscale: #767676. Windows color (decimal): -7050399 or 6384532. OLE color: 6384532.

HSL color Cylindrical-coordinate representation of color #946B61: hue angle of 11.76º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946B61 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 107 97 -
CMYK 0 0.28 0.34 0.42
HSL 11.76º 0.21% 0.48% -
HSV(B) 11.76º 0.34% 0.58% -
XYZ 19.63 17.67 13.69 -
YUV 118.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 148 107 97 0 0.28 0.34 0.42 11.76 0.21 0.48
Hex 94 6B 61 0 1C 22 2A C 15 30
Octal 224 153 141 0 34 42 52 14 25 60
Binary 10010100 1101011 1100001 0 11100 100010 101010 1100 10101 110000

Color Harmonies of #946B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B61

Black with #946B61

Text Example


Text Example

White with #946B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946B61; }

 p { color: rgb(148,107,97); }

 H1.HeaderClassName
 {
   color: #946B61;
 }
 .AnyTagClassName
 {
   color: #946B61;
 }
</style>

background-color css

<style>
 a { background-color: #946B61; }

 a { background-color: rgb(148,107,97); }

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

border-color css

<style>
 span { border-color: #946B61; }

 span { border-color: rgb(148,107,97); }

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