Html Css Color HEX #906752 Leather

📋 copy color: '#906752'

red 144 ◦ green 103 ◦ blue 82

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

Shades of Leather #906752

Tints of Leather #906752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.31%

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

R = 43.77%
G = 31.31%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#906752 (or 0x906752) is known color: Leather. HEX triplet: 90, 67 and 52. RGB value is (144,103,82). Sum of RGB (Red+Green+Blue) = 144+103+82=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #906752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906752 is #6F98AD. Grayscale: #707070. Windows color (decimal): -7313582 or 5400464. OLE color: 5400464.

HSL color Cylindrical-coordinate representation of color #906752: hue angle of 20.32º 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 #906752 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 103 82 -
CMYK 0 0.28 0.43 0.44
HSL 20.32º 0.27% 0.44% -
HSV(B) 20.32º 0.43% 0.56% -
XYZ 17.87 16.24 10.17 -
YUV 112.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 144 103 82 0 0.28 0.43 0.44 20.32 0.27 0.44
Hex 90 67 52 0 1C 2B 2C 14 1B 2C
Octal 220 147 122 0 34 53 54 24 33 54
Binary 10010000 1100111 1010010 0 11100 101011 101100 10100 11011 101100

Color Harmonies of #906752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906752

Black with #906752

Text Example


Text Example

White with #906752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906752; }

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

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

background-color css

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

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

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

border-color css

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

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

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