Html Css Color HEX #685F53 Makara

📋 copy color: '#685F53'

red 104 ◦ green 95 ◦ blue 83

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

Shades of Makara #685F53

Tints of Makara #685F53

RGB

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

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

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

R = 36.88%
G = 33.69%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#685F53 (or 0x685F53) is known color: Makara. HEX triplet: 68, 5F and 53. RGB value is (104,95,83). Sum of RGB (Red+Green+Blue) = 104+95+83=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #685F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F53 is #97A0AC. Grayscale: #606060. Windows color (decimal): -9937069 or 5463912. OLE color: 5463912.

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

Color convert

RGB 104 95 83 -
CMYK 0 0.09 0.20 0.59
HSL 34.29º 0.11% 0.37% -
HSV(B) 34.29º 0.2% 0.41% -
XYZ 11.36 11.75 9.85 -
YUV 96.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 104 95 83 0 0.09 0.20 0.59 34.29 0.11 0.37
Hex 68 5F 53 0 9 14 3B 22 B 25
Octal 150 137 123 0 11 24 73 42 13 45
Binary 1101000 1011111 1010011 0 1001 10100 111011 100010 1011 100101

Color Harmonies of #685F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F53

Black with #685F53

Text Example


Text Example

White with #685F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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