Html Css Color HEX #756636 Himalaya

📋 copy color: '#756636'

red 117 ◦ green 102 ◦ blue 54

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

Shades of Himalaya #756636

Tints of Himalaya #756636

RGB

 RED value IS 117 (46.09% from 255) = 42.86%

 GREEN value IS 102 (40.23% from 255) = 37.36%

 BLUE value IS 54 (21.48% from 255) = 19.78%

R = 42.86%
G = 37.36%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#756636 (or 0x756636) is known color: Himalaya. HEX triplet: 75, 66 and 36. RGB value is (117,102,54). Sum of RGB (Red+Green+Blue) = 117+102+54=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #756636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756636 is #8A99C9. Grayscale: #656565. Windows color (decimal): -9083338 or 3565173. OLE color: 3565173.

HSL color Cylindrical-coordinate representation of color #756636: hue angle of 45.71º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756636 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 54 -
CMYK 0 0.13 0.54 0.54
HSL 45.71º 0.37% 0.34% -
HSV(B) 45.71º 0.54% 0.46% -
XYZ 12.75 13.55 5.43 -
YUV 101.01 101.47 139.4 -
System Red Green Blue C M Y K H S L
Decimal 117 102 54 0 0.13 0.54 0.54 45.71 0.37 0.34
Hex 75 66 36 0 D 36 36 2E 25 22
Octal 165 146 66 0 15 66 66 56 45 42
Binary 1110101 1100110 110110 0 1101 110110 110110 101110 100101 100010

Color Harmonies of #756636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756636

Black with #756636

Text Example


Text Example

White with #756636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756636; }

 p { color: rgb(117,102,54); }

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

background-color css

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

 a { background-color: rgb(117,102,54); }

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

border-color css

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

 span { border-color: rgb(117,102,54); }

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