Html Css Color HEX #686053 Makara

📋 copy color: '#686053'

red 104 ◦ green 96 ◦ blue 83

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

Shades of Makara #686053

Tints of Makara #686053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.92%

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

R = 36.75%
G = 33.92%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#686053 (or 0x686053) is known color: Makara. HEX triplet: 68, 60 and 53. RGB value is (104,96,83). Sum of RGB (Red+Green+Blue) = 104+96+83=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #686053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686053 is #979FAC. Grayscale: #606060. Windows color (decimal): -9936813 or 5464168. OLE color: 5464168.

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

Color convert

RGB 104 96 83 -
CMYK 0 0.08 0.20 0.59
HSL 37.14º 0.11% 0.37% -
HSV(B) 37.14º 0.2% 0.41% -
XYZ 11.45 11.93 9.88 -
YUV 96.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 104 96 83 0 0.08 0.20 0.59 37.14 0.11 0.37
Hex 68 60 53 0 8 14 3B 25 B 25
Octal 150 140 123 0 10 24 73 45 13 45
Binary 1101000 1100000 1010011 0 1000 10100 111011 100101 1011 100101

Color Harmonies of #686053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686053

Black with #686053

Text Example


Text Example

White with #686053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686053; }

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

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

background-color css

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

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

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

border-color css

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

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

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