Html Css Color HEX #756B35 Himalaya

📋 copy color: '#756B35'

red 117 ◦ green 107 ◦ blue 53

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

Shades of Himalaya #756B35

Tints of Himalaya #756B35

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.63%

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

R = 42.24%
G = 38.63%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#756B35 (or 0x756B35) is known color: Himalaya. HEX triplet: 75, 6B and 35. RGB value is (117,107,53). Sum of RGB (Red+Green+Blue) = 117+107+53=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #756B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B35 is #8A94CA. Grayscale: #686868. Windows color (decimal): -9082059 or 3500917. OLE color: 3500917.

HSL color Cylindrical-coordinate representation of color #756B35: hue angle of 50.62º 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 #756B35 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 107 53 -
CMYK 0 0.09 0.55 0.54
HSL 50.63º 0.38% 0.33% -
HSV(B) 50.63º 0.55% 0.46% -
XYZ 13.24 14.55 5.48 -
YUV 103.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 117 107 53 0 0.09 0.55 0.54 50.63 0.38 0.33
Hex 75 6B 35 0 9 37 36 33 26 21
Octal 165 153 65 0 11 67 66 63 46 41
Binary 1110101 1101011 110101 0 1001 110111 110110 110011 100110 100001

Color Harmonies of #756B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B35

Black with #756B35

Text Example


Text Example

White with #756B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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