Html Css Color HEX #685E36 Himalaya

📋 copy color: '#685E36'

red 104 ◦ green 94 ◦ blue 54

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

Shades of Himalaya #685E36

Tints of Himalaya #685E36

RGB

 RED value IS 104 (41.02% from 255) = 41.27%

 GREEN value IS 94 (37.11% from 255) = 37.3%

 BLUE value IS 54 (21.48% from 255) = 21.43%

R = 41.27%
G = 37.3%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#685E36 (or 0x685E36) is known color: Himalaya. HEX triplet: 68, 5E and 36. RGB value is (104,94,54). Sum of RGB (Red+Green+Blue) = 104+94+54=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #685E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E36 is #97A1C9. Grayscale: #5C5C5C. Windows color (decimal): -9937354 or 3563112. OLE color: 3563112.

HSL color Cylindrical-coordinate representation of color #685E36: hue angle of 48º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #685E36 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 94 54 -
CMYK 0 0.10 0.48 0.59
HSL 48º 0.32% 0.31% -
HSV(B) 48º 0.48% 0.41% -
XYZ 10.38 11.21 5.11 -
YUV 92.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 104 94 54 0 0.10 0.48 0.59 48 0.32 0.31
Hex 68 5E 36 0 A 30 3B 30 20 1F
Octal 150 136 66 0 12 60 73 60 40 37
Binary 1101000 1011110 110110 0 1010 110000 111011 110000 100000 11111

Color Harmonies of #685E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E36

Black with #685E36

Text Example


Text Example

White with #685E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685E36; }

 p { color: rgb(104,94,54); }

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

background-color css

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

 a { background-color: rgb(104,94,54); }

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

border-color css

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

 span { border-color: rgb(104,94,54); }

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