Html Css Color HEX #685B49 Makara

📋 copy color: '#685B49'

red 104 ◦ green 91 ◦ blue 73

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

Shades of Makara #685B49

Tints of Makara #685B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.96%

 BLUE value IS 73 (28.91% from 255) = 27.24%

R = 38.81%
G = 33.96%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#685B49 (or 0x685B49) is known color: Makara. HEX triplet: 68, 5B and 49. RGB value is (104,91,73). Sum of RGB (Red+Green+Blue) = 104+91+73=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #685B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B49 is #97A4B6. Grayscale: #5C5C5C. Windows color (decimal): -9938103 or 4807528. OLE color: 4807528.

HSL color Cylindrical-coordinate representation of color #685B49: hue angle of 34.84º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #685B49 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 91 73 -
CMYK 0 0.12 0.30 0.59
HSL 34.84º 0.18% 0.35% -
HSV(B) 34.84º 0.3% 0.41% -
XYZ 10.65 10.91 7.85 -
YUV 92.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 104 91 73 0 0.12 0.30 0.59 34.84 0.18 0.35
Hex 68 5B 49 0 C 1E 3B 23 12 23
Octal 150 133 111 0 14 36 73 43 22 43
Binary 1101000 1011011 1001001 0 1100 11110 111011 100011 10010 100011

Color Harmonies of #685B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B49

Black with #685B49

Text Example


Text Example

White with #685B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,91,73); }

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

background-color css

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

 a { background-color: rgb(104,91,73); }

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

border-color css

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

 span { border-color: rgb(104,91,73); }

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