Html Css Color HEX #756634 Himalaya

📋 copy color: '#756634'

red 117 ◦ green 102 ◦ blue 52

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

Shades of Himalaya #756634

Tints of Himalaya #756634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.19%

R = 43.17%
G = 37.64%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#756634 (or 0x756634) is known color: Himalaya. HEX triplet: 75, 66 and 34. RGB value is (117,102,52). Sum of RGB (Red+Green+Blue) = 117+102+52=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #756634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756634 is #8A99CB. Grayscale: #656565. Windows color (decimal): -9083340 or 3434101. OLE color: 3434101.

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

Color convert

RGB 117 102 52 -
CMYK 0 0.13 0.56 0.54
HSL 46.15º 0.38% 0.33% -
HSV(B) 46.15º 0.56% 0.46% -
XYZ 12.71 13.53 5.19 -
YUV 100.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 117 102 52 0 0.13 0.56 0.54 46.15 0.38 0.33
Hex 75 66 34 0 D 38 36 2E 26 21
Octal 165 146 64 0 15 70 66 56 46 41
Binary 1110101 1100110 110100 0 1101 111000 110110 101110 100110 100001

Color Harmonies of #756634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756634

Black with #756634

Text Example


Text Example

White with #756634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756634; }

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

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

background-color css

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

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

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

border-color css

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

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

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