Html Css Color HEX #756635 Himalaya

📋 copy color: '#756635'

red 117 ◦ green 102 ◦ blue 53

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

Shades of Himalaya #756635

Tints of Himalaya #756635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.49%

R = 43.01%
G = 37.5%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#756635 (or 0x756635) is known color: Himalaya. HEX triplet: 75, 66 and 35. RGB value is (117,102,53). Sum of RGB (Red+Green+Blue) = 117+102+53=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #756635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756635 is #8A99CA. Grayscale: #656565. Windows color (decimal): -9083339 or 3499637. OLE color: 3499637.

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

Color convert

RGB 117 102 53 -
CMYK 0 0.13 0.55 0.54
HSL 45.94º 0.38% 0.33% -
HSV(B) 45.94º 0.55% 0.46% -
XYZ 12.73 13.54 5.31 -
YUV 100.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 117 102 53 0 0.13 0.55 0.54 45.94 0.38 0.33
Hex 75 66 35 0 D 37 36 2E 26 21
Octal 165 146 65 0 15 67 66 56 46 41
Binary 1110101 1100110 110101 0 1101 110111 110110 101110 100110 100001

Color Harmonies of #756635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756635

Black with #756635

Text Example


Text Example

White with #756635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756635; }

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

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

background-color css

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

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

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

border-color css

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

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

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