Html Css Color HEX #946965 Dark Chestnut

📋 copy color: '#946965'

red 148 ◦ green 105 ◦ blue 101

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

Shades of Dark Chestnut #946965

Tints of Dark Chestnut #946965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.53%

R = 41.81%
G = 29.66%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#946965 (or 0x946965) is known color: Dark Chestnut. HEX triplet: 94, 69 and 65. RGB value is (148,105,101). Sum of RGB (Red+Green+Blue) = 148+105+101=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #946965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946965 is #6B969A. Grayscale: #757575. Windows color (decimal): -7050907 or 6646164. OLE color: 6646164.

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

Color convert

RGB 148 105 101 -
CMYK 0 0.29 0.32 0.42
HSL 5.11º 0.19% 0.49% -
HSV(B) 5.11º 0.32% 0.58% -
XYZ 19.61 17.34 14.62 -
YUV 117.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 148 105 101 0 0.29 0.32 0.42 5.11 0.19 0.49
Hex 94 69 65 0 1D 20 2A 5 13 31
Octal 224 151 145 0 35 40 52 5 23 61
Binary 10010100 1101001 1100101 0 11101 100000 101010 101 10011 110001

Color Harmonies of #946965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946965

Black with #946965

Text Example


Text Example

White with #946965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946965; }

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

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

background-color css

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

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

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

border-color css

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

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

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