Html Css Color HEX #946963 Dark Chestnut

📋 copy color: '#946963'

red 148 ◦ green 105 ◦ blue 99

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

Shades of Dark Chestnut #946963

Tints of Dark Chestnut #946963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.13%

R = 42.05%
G = 29.83%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#946963 (or 0x946963) is known color: Dark Chestnut. HEX triplet: 94, 69 and 63. RGB value is (148,105,99). Sum of RGB (Red+Green+Blue) = 148+105+99=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #946963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946963 is #6B969C. Grayscale: #757575. Windows color (decimal): -7050909 or 6515092. OLE color: 6515092.

HSL color Cylindrical-coordinate representation of color #946963: hue angle of 7.35º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946963 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 105 99 -
CMYK 0 0.29 0.33 0.42
HSL 7.35º 0.2% 0.48% -
HSV(B) 7.35º 0.33% 0.58% -
XYZ 19.52 17.3 14.11 -
YUV 117.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 148 105 99 0 0.29 0.33 0.42 7.35 0.2 0.48
Hex 94 69 63 0 1D 21 2A 7 14 30
Octal 224 151 143 0 35 41 52 7 24 60
Binary 10010100 1101001 1100011 0 11101 100001 101010 111 10100 110000

Color Harmonies of #946963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946963

Black with #946963

Text Example


Text Example

White with #946963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946963; }

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

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

background-color css

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

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

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

border-color css

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

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

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