Html Css Color HEX #946F67 Dark Chestnut

📋 copy color: '#946F67'

red 148 ◦ green 111 ◦ blue 103

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

Shades of Dark Chestnut #946F67

Tints of Dark Chestnut #946F67

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.66%

 BLUE value IS 103 (40.63% from 255) = 28.45%

R = 40.88%
G = 30.66%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#946F67 (or 0x946F67) is known color: Dark Chestnut. HEX triplet: 94, 6F and 67. RGB value is (148,111,103). Sum of RGB (Red+Green+Blue) = 148+111+103=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #946F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F67 is #6B9098. Grayscale: #797979. Windows color (decimal): -7049369 or 6778772. OLE color: 6778772.

HSL color Cylindrical-coordinate representation of color #946F67: hue angle of 10.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946F67 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 111 103 -
CMYK 0 0.25 0.30 0.42
HSL 10.67º 0.18% 0.49% -
HSV(B) 10.67º 0.3% 0.58% -
XYZ 20.35 18.64 15.36 -
YUV 121.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 148 111 103 0 0.25 0.30 0.42 10.67 0.18 0.49
Hex 94 6F 67 0 19 1E 2A B 12 31
Octal 224 157 147 0 31 36 52 13 22 61
Binary 10010100 1101111 1100111 0 11001 11110 101010 1011 10010 110001

Color Harmonies of #946F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F67

Black with #946F67

Text Example


Text Example

White with #946F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,111,103); }

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

background-color css

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

 a { background-color: rgb(148,111,103); }

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

border-color css

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

 span { border-color: rgb(148,111,103); }

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