Html Css Color HEX #926D51 Leather

📋 copy color: '#926D51'

red 146 ◦ green 109 ◦ blue 81

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

Shades of Leather #926D51

Tints of Leather #926D51

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

 BLUE value IS 81 (32.03% from 255) = 24.11%

R = 43.45%
G = 32.44%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#926D51 (or 0x926D51) is known color: Leather. HEX triplet: 92, 6D and 51. RGB value is (146,109,81). Sum of RGB (Red+Green+Blue) = 146+109+81=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #926D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D51 is #6D92AE. Grayscale: #757575. Windows color (decimal): -7180975 or 5336466. OLE color: 5336466.

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

Color convert

RGB 146 109 81 -
CMYK 0 0.25 0.45 0.43
HSL 25.85º 0.29% 0.45% -
HSV(B) 25.85º 0.45% 0.57% -
XYZ 18.81 17.64 10.2 -
YUV 116.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 146 109 81 0 0.25 0.45 0.43 25.85 0.29 0.45
Hex 92 6D 51 0 19 2D 2B 1A 1D 2D
Octal 222 155 121 0 31 55 53 32 35 55
Binary 10010010 1101101 1010001 0 11001 101101 101011 11010 11101 101101

Color Harmonies of #926D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926D51

Black with #926D51

Text Example


Text Example

White with #926D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,109,81); }

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

background-color css

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

 a { background-color: rgb(146,109,81); }

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

border-color css

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

 span { border-color: rgb(146,109,81); }

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