Html Css Color HEX #926C55 Leather

📋 copy color: '#926C55'

red 146 ◦ green 108 ◦ blue 85

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

Shades of Leather #926C55

Tints of Leather #926C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.86%

 BLUE value IS 85 (33.59% from 255) = 25.07%

R = 43.07%
G = 31.86%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#926C55 (or 0x926C55) is known color: Leather. HEX triplet: 92, 6C and 55. RGB value is (146,108,85). Sum of RGB (Red+Green+Blue) = 146+108+85=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #926C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926C55 is #6D93AA. Grayscale: #747474. Windows color (decimal): -7181227 or 5598354. OLE color: 5598354.

HSL color Cylindrical-coordinate representation of color #926C55: hue angle of 22.62º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #926C55 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 108 85 -
CMYK 0 0.26 0.42 0.43
HSL 22.62º 0.26% 0.45% -
HSV(B) 22.62º 0.42% 0.57% -
XYZ 18.86 17.49 10.98 -
YUV 116.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 146 108 85 0 0.26 0.42 0.43 22.62 0.26 0.45
Hex 92 6C 55 0 1A 2A 2B 17 1A 2D
Octal 222 154 125 0 32 52 53 27 32 55
Binary 10010010 1101100 1010101 0 11010 101010 101011 10111 11010 101101

Color Harmonies of #926C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926C55

Black with #926C55

Text Example


Text Example

White with #926C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,108,85); }

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

background-color css

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

 a { background-color: rgb(146,108,85); }

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

border-color css

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

 span { border-color: rgb(146,108,85); }

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