Html Css Color HEX #946B67 Dark Chestnut

📋 copy color: '#946B67'

red 148 ◦ green 107 ◦ blue 103

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

Shades of Dark Chestnut #946B67

Tints of Dark Chestnut #946B67

RGB

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

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

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

R = 41.34%
G = 29.89%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#946B67 (or 0x946B67) is known color: Dark Chestnut. HEX triplet: 94, 6B and 67. RGB value is (148,107,103). Sum of RGB (Red+Green+Blue) = 148+107+103=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #946B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B67 is #6B9498. Grayscale: #767676. Windows color (decimal): -7050393 or 6777748. OLE color: 6777748.

HSL color Cylindrical-coordinate representation of color #946B67: hue angle of 5.33º 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 #946B67 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 107 103 -
CMYK 0 0.28 0.30 0.42
HSL 5.33º 0.18% 0.49% -
HSV(B) 5.33º 0.3% 0.58% -
XYZ 19.92 17.79 15.22 -
YUV 118.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 148 107 103 0 0.28 0.30 0.42 5.33 0.18 0.49
Hex 94 6B 67 0 1C 1E 2A 5 12 31
Octal 224 153 147 0 34 36 52 5 22 61
Binary 10010100 1101011 1100111 0 11100 11110 101010 101 10010 110001

Color Harmonies of #946B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B67

Black with #946B67

Text Example


Text Example

White with #946B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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