Html Css Color HEX #685C35 Himalaya

📋 copy color: '#685C35'

red 104 ◦ green 92 ◦ blue 53

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

Shades of Himalaya #685C35

Tints of Himalaya #685C35

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.95%

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

R = 41.77%
G = 36.95%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#685C35 (or 0x685C35) is known color: Himalaya. HEX triplet: 68, 5C and 35. RGB value is (104,92,53). Sum of RGB (Red+Green+Blue) = 104+92+53=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #685C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C35 is #97A3CA. Grayscale: #5B5B5B. Windows color (decimal): -9937867 or 3497064. OLE color: 3497064.

HSL color Cylindrical-coordinate representation of color #685C35: hue angle of 45.88º 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 #685C35 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 92 53 -
CMYK 0 0.12 0.49 0.59
HSL 45.88º 0.32% 0.31% -
HSV(B) 45.88º 0.49% 0.41% -
XYZ 10.18 10.85 4.93 -
YUV 91.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 104 92 53 0 0.12 0.49 0.59 45.88 0.32 0.31
Hex 68 5C 35 0 C 31 3B 2E 20 1F
Octal 150 134 65 0 14 61 73 56 40 37
Binary 1101000 1011100 110101 0 1100 110001 111011 101110 100000 11111

Color Harmonies of #685C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C35

Black with #685C35

Text Example


Text Example

White with #685C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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