Html Css Color HEX #685F4F Makara

📋 copy color: '#685F4F'

red 104 ◦ green 95 ◦ blue 79

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

Shades of Makara #685F4F

Tints of Makara #685F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.42%

R = 37.41%
G = 34.17%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#685F4F (or 0x685F4F) is known color: Makara. HEX triplet: 68, 5F and 4F. RGB value is (104,95,79). Sum of RGB (Red+Green+Blue) = 104+95+79=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #685F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F4F is #97A0B0. Grayscale: #5F5F5F. Windows color (decimal): -9937073 or 5201768. OLE color: 5201768.

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

Color convert

RGB 104 95 79 -
CMYK 0 0.09 0.24 0.59
HSL 38.4º 0.14% 0.36% -
HSV(B) 38.4º 0.24% 0.41% -
XYZ 11.21 11.69 9.06 -
YUV 95.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 104 95 79 0 0.09 0.24 0.59 38.4 0.14 0.36
Hex 68 5F 4F 0 9 18 3B 26 E 24
Octal 150 137 117 0 11 30 73 46 16 44
Binary 1101000 1011111 1001111 0 1001 11000 111011 100110 1110 100100

Color Harmonies of #685F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F4F

Black with #685F4F

Text Example


Text Example

White with #685F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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