Html Css Color HEX #685E35 Himalaya

📋 copy color: '#685E35'

red 104 ◦ green 94 ◦ blue 53

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

Shades of Himalaya #685E35

Tints of Himalaya #685E35

RGB

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

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

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

R = 41.43%
G = 37.45%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#685E35 (or 0x685E35) is known color: Himalaya. HEX triplet: 68, 5E and 35. RGB value is (104,94,53). Sum of RGB (Red+Green+Blue) = 104+94+53=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #685E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E35 is #97A1CA. Grayscale: #5C5C5C. Windows color (decimal): -9937355 or 3497576. OLE color: 3497576.

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

Color convert

RGB 104 94 53 -
CMYK 0 0.10 0.49 0.59
HSL 48.24º 0.32% 0.31% -
HSV(B) 48.24º 0.49% 0.41% -
XYZ 10.35 11.21 4.99 -
YUV 92.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 104 94 53 0 0.10 0.49 0.59 48.24 0.32 0.31
Hex 68 5E 35 0 A 31 3B 30 20 1F
Octal 150 136 65 0 12 61 73 60 40 37
Binary 1101000 1011110 110101 0 1010 110001 111011 110000 100000 11111

Color Harmonies of #685E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E35

Black with #685E35

Text Example


Text Example

White with #685E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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