Html Css Color HEX #756D3B Himalaya

📋 copy color: '#756D3B'

red 117 ◦ green 109 ◦ blue 59

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

Shades of Himalaya #756D3B

Tints of Himalaya #756D3B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.25%

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 41.05%
G = 38.25%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#756D3B (or 0x756D3B) is known color: Himalaya. HEX triplet: 75, 6D and 3B. RGB value is (117,109,59). Sum of RGB (Red+Green+Blue) = 117+109+59=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #756D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D3B is #8A92C4. Grayscale: #696969. Windows color (decimal): -9081541 or 3894645. OLE color: 3894645.

HSL color Cylindrical-coordinate representation of color #756D3B: hue angle of 51.72º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756D3B is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 109 59 -
CMYK 0 0.07 0.50 0.54
HSL 51.72º 0.33% 0.35% -
HSV(B) 51.72º 0.5% 0.46% -
XYZ 13.59 15.03 6.32 -
YUV 105.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 117 109 59 0 0.07 0.50 0.54 51.72 0.33 0.35
Hex 75 6D 3B 0 7 32 36 34 21 23
Octal 165 155 73 0 7 62 66 64 41 43
Binary 1110101 1101101 111011 0 111 110010 110110 110100 100001 100011

Color Harmonies of #756D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D3B

Black with #756D3B

Text Example


Text Example

White with #756D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,109,59); }

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

background-color css

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

 a { background-color: rgb(117,109,59); }

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

border-color css

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

 span { border-color: rgb(117,109,59); }

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