Html Css Color HEX #926B67 Dark Chestnut

📋 copy color: '#926B67'

red 146 ◦ green 107 ◦ blue 103

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

Shades of Dark Chestnut #926B67

Tints of Dark Chestnut #926B67

RGB

 RED value IS 146 (57.42% from 255) = 41.01%

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

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

R = 41.01%
G = 30.06%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#926B67 (or 0x926B67) is known color: Dark Chestnut. HEX triplet: 92, 6B and 67. RGB value is (146,107,103). Sum of RGB (Red+Green+Blue) = 146+107+103=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #926B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B67 is #6D9498. Grayscale: #767676. Windows color (decimal): -7181465 or 6777746. OLE color: 6777746.

HSL color Cylindrical-coordinate representation of color #926B67: hue angle of 5.58º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #926B67 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 107 103 -
CMYK 0 0.27 0.29 0.43
HSL 5.58º 0.17% 0.49% -
HSV(B) 5.58º 0.29% 0.57% -
XYZ 19.56 17.61 15.2 -
YUV 118.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 146 107 103 0 0.27 0.29 0.43 5.58 0.17 0.49
Hex 92 6B 67 0 1B 1D 2B 6 11 31
Octal 222 153 147 0 33 35 53 6 21 61
Binary 10010010 1101011 1100111 0 11011 11101 101011 110 10001 110001

Color Harmonies of #926B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926B67

Black with #926B67

Text Example


Text Example

White with #926B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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