Html Css Color HEX #75692C Himalaya

📋 copy color: '#75692C'

red 117 ◦ green 105 ◦ blue 44

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

Shades of Himalaya #75692C

Tints of Himalaya #75692C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.47%

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 43.98%
G = 39.47%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75692C (or 0x75692C) is known color: Himalaya. HEX triplet: 75, 69 and 2C. RGB value is (117,105,44). Sum of RGB (Red+Green+Blue) = 117+105+44=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #75692C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75692C is #8A96D3. Grayscale: #656565. Windows color (decimal): -9082580 or 2910581. OLE color: 2910581.

HSL color Cylindrical-coordinate representation of color #75692C: hue angle of 50.14º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75692C is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 44 -
CMYK 0 0.10 0.62 0.54
HSL 50.14º 0.45% 0.32% -
HSV(B) 50.14º 0.62% 0.46% -
XYZ 12.84 14.07 4.42 -
YUV 101.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 117 105 44 0 0.10 0.62 0.54 50.14 0.45 0.32
Hex 75 69 2C 0 A 3E 36 32 2D 20
Octal 165 151 54 0 12 76 66 62 55 40
Binary 1110101 1101001 101100 0 1010 111110 110110 110010 101101 100000

Color Harmonies of #75692C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75692C

Black with #75692C

Text Example


Text Example

White with #75692C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75692C; }

 p { color: rgb(117,105,44); }

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

background-color css

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

 a { background-color: rgb(117,105,44); }

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

border-color css

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

 span { border-color: rgb(117,105,44); }

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