Html Css Color HEX #685E4D Makara

📋 copy color: '#685E4D'

red 104 ◦ green 94 ◦ blue 77

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

Shades of Makara #685E4D

Tints of Makara #685E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28%

R = 37.82%
G = 34.18%
B = 28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#685E4D (or 0x685E4D) is known color: Makara. HEX triplet: 68, 5E and 4D. RGB value is (104,94,77). Sum of RGB (Red+Green+Blue) = 104+94+77=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #685E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E4D is #97A1B2. Grayscale: #5F5F5F. Windows color (decimal): -9937331 or 5070440. OLE color: 5070440.

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

Color convert

RGB 104 94 77 -
CMYK 0 0.10 0.26 0.59
HSL 37.78º 0.15% 0.35% -
HSV(B) 37.78º 0.26% 0.41% -
XYZ 11.05 11.48 8.66 -
YUV 95.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 104 94 77 0 0.10 0.26 0.59 37.78 0.15 0.35
Hex 68 5E 4D 0 A 1A 3B 26 F 23
Octal 150 136 115 0 12 32 73 46 17 43
Binary 1101000 1011110 1001101 0 1010 11010 111011 100110 1111 100011

Color Harmonies of #685E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E4D

Black with #685E4D

Text Example


Text Example

White with #685E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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