Html Css Color HEX #685E53 Makara

📋 copy color: '#685E53'

red 104 ◦ green 94 ◦ blue 83

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

Shades of Makara #685E53

Tints of Makara #685E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.54%

R = 37.01%
G = 33.45%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#685E53 (or 0x685E53) is known color: Makara. HEX triplet: 68, 5E and 53. RGB value is (104,94,83). Sum of RGB (Red+Green+Blue) = 104+94+83=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #685E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E53 is #97A1AC. Grayscale: #5F5F5F. Windows color (decimal): -9937325 or 5463656. OLE color: 5463656.

HSL color Cylindrical-coordinate representation of color #685E53: hue angle of 31.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #685E53 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 94 83 -
CMYK 0 0.10 0.20 0.59
HSL 31.43º 0.11% 0.37% -
HSV(B) 31.43º 0.2% 0.41% -
XYZ 11.27 11.57 9.82 -
YUV 95.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 104 94 83 0 0.10 0.20 0.59 31.43 0.11 0.37
Hex 68 5E 53 0 A 14 3B 1F B 25
Octal 150 136 123 0 12 24 73 37 13 45
Binary 1101000 1011110 1010011 0 1010 10100 111011 11111 1011 100101

Color Harmonies of #685E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E53

Black with #685E53

Text Example


Text Example

White with #685E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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