Html Css Color HEX #685F51 Makara

📋 copy color: '#685F51'

red 104 ◦ green 95 ◦ blue 81

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

Shades of Makara #685F51

Tints of Makara #685F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.93%

R = 37.14%
G = 33.93%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#685F51 (or 0x685F51) is known color: Makara. HEX triplet: 68, 5F and 51. RGB value is (104,95,81). Sum of RGB (Red+Green+Blue) = 104+95+81=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #685F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F51 is #97A0AE. Grayscale: #606060. Windows color (decimal): -9937071 or 5332840. OLE color: 5332840.

HSL color Cylindrical-coordinate representation of color #685F51: hue angle of 36.52º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #685F51 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 95 81 -
CMYK 0 0.09 0.22 0.59
HSL 36.52º 0.12% 0.36% -
HSV(B) 36.52º 0.22% 0.41% -
XYZ 11.29 11.72 9.45 -
YUV 96.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 104 95 81 0 0.09 0.22 0.59 36.52 0.12 0.36
Hex 68 5F 51 0 9 16 3B 25 C 24
Octal 150 137 121 0 11 26 73 45 14 44
Binary 1101000 1011111 1010001 0 1001 10110 111011 100101 1100 100100

Color Harmonies of #685F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F51

Black with #685F51

Text Example


Text Example

White with #685F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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