Html Css Color HEX #685D48 Makara

📋 copy color: '#685D48'

red 104 ◦ green 93 ◦ blue 72

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

Shades of Makara #685D48

Tints of Makara #685D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.57%

 BLUE value IS 72 (28.52% from 255) = 26.77%

R = 38.66%
G = 34.57%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#685D48 (or 0x685D48) is known color: Makara. HEX triplet: 68, 5D and 48. RGB value is (104,93,72). Sum of RGB (Red+Green+Blue) = 104+93+72=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #685D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D48 is #97A2B7. Grayscale: #5D5D5D. Windows color (decimal): -9937592 or 4742504. OLE color: 4742504.

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

Color convert

RGB 104 93 72 -
CMYK 0 0.11 0.31 0.59
HSL 39.38º 0.18% 0.35% -
HSV(B) 39.38º 0.31% 0.41% -
XYZ 10.79 11.24 7.73 -
YUV 93.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 104 93 72 0 0.11 0.31 0.59 39.38 0.18 0.35
Hex 68 5D 48 0 B 1F 3B 27 12 23
Octal 150 135 110 0 13 37 73 47 22 43
Binary 1101000 1011101 1001000 0 1011 11111 111011 100111 10010 100011

Color Harmonies of #685D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D48

Black with #685D48

Text Example


Text Example

White with #685D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,93,72); }

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

background-color css

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

 a { background-color: rgb(104,93,72); }

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

border-color css

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

 span { border-color: rgb(104,93,72); }

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