Html Css Color HEX #906F52 Leather

📋 copy color: '#906F52'

red 144 ◦ green 111 ◦ blue 82

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

Shades of Leather #906F52

Tints of Leather #906F52

RGB

 RED value IS 144 (56.64% from 255) = 42.73%

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

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 42.73%
G = 32.94%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#906F52 (or 0x906F52) is known color: Leather. HEX triplet: 90, 6F and 52. RGB value is (144,111,82). Sum of RGB (Red+Green+Blue) = 144+111+82=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #906F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906F52 is #6F90AD. Grayscale: #757575. Windows color (decimal): -7311534 or 5402512. OLE color: 5402512.

HSL color Cylindrical-coordinate representation of color #906F52: hue angle of 28.06º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #906F52 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 111 82 -
CMYK 0 0.23 0.43 0.44
HSL 28.06º 0.27% 0.44% -
HSV(B) 28.06º 0.43% 0.56% -
XYZ 18.71 17.91 10.45 -
YUV 117.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 144 111 82 0 0.23 0.43 0.44 28.06 0.27 0.44
Hex 90 6F 52 0 17 2B 2C 1C 1B 2C
Octal 220 157 122 0 27 53 54 34 33 54
Binary 10010000 1101111 1010010 0 10111 101011 101100 11100 11011 101100

Color Harmonies of #906F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906F52

Black with #906F52

Text Example


Text Example

White with #906F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906F52; }

 p { color: rgb(144,111,82); }

 H1.HeaderClassName
 {
   color: #906F52;
 }
 .AnyTagClassName
 {
   color: #906F52;
 }
</style>

background-color css

<style>
 a { background-color: #906F52; }

 a { background-color: rgb(144,111,82); }

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

border-color css

<style>
 span { border-color: #906F52; }

 span { border-color: rgb(144,111,82); }

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