Html Css Color HEX #685F34 Himalaya

📋 copy color: '#685F34'

red 104 ◦ green 95 ◦ blue 52

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

Shades of Himalaya #685F34

Tints of Himalaya #685F34

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.85%

 BLUE value IS 52 (20.7% from 255) = 20.72%

R = 41.43%
G = 37.85%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#685F34 (or 0x685F34) is known color: Himalaya. HEX triplet: 68, 5F and 34. RGB value is (104,95,52). Sum of RGB (Red+Green+Blue) = 104+95+52=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #685F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F34 is #97A0CB. Grayscale: #5C5C5C. Windows color (decimal): -9937100 or 3432296. OLE color: 3432296.

HSL color Cylindrical-coordinate representation of color #685F34: hue angle of 49.62º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #685F34 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 95 52 -
CMYK 0 0.09 0.50 0.59
HSL 49.62º 0.33% 0.31% -
HSV(B) 49.62º 0.5% 0.41% -
XYZ 10.42 11.38 4.9 -
YUV 92.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 104 95 52 0 0.09 0.50 0.59 49.62 0.33 0.31
Hex 68 5F 34 0 9 32 3B 32 21 1F
Octal 150 137 64 0 11 62 73 62 41 37
Binary 1101000 1011111 110100 0 1001 110010 111011 110010 100001 11111

Color Harmonies of #685F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F34

Black with #685F34

Text Example


Text Example

White with #685F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,95,52); }

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

background-color css

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

 a { background-color: rgb(104,95,52); }

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

border-color css

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

 span { border-color: rgb(104,95,52); }

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