Html Css Color HEX #686054 Makara

📋 copy color: '#686054'

red 104 ◦ green 96 ◦ blue 84

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

Shades of Makara #686054

Tints of Makara #686054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.58%

R = 36.62%
G = 33.8%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#686054 (or 0x686054) is known color: Makara. HEX triplet: 68, 60 and 54. RGB value is (104,96,84). Sum of RGB (Red+Green+Blue) = 104+96+84=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #686054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686054 is #979FAB. Grayscale: #616161. Windows color (decimal): -9936812 or 5529704. OLE color: 5529704.

HSL color Cylindrical-coordinate representation of color #686054: hue angle of 36º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #686054 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 84 -
CMYK 0 0.08 0.19 0.59
HSL 36º 0.11% 0.37% -
HSV(B) 36º 0.19% 0.41% -
XYZ 11.49 11.95 10.09 -
YUV 97.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 104 96 84 0 0.08 0.19 0.59 36 0.11 0.37
Hex 68 60 54 0 8 13 3B 24 B 25
Octal 150 140 124 0 10 23 73 44 13 45
Binary 1101000 1100000 1010100 0 1000 10011 111011 100100 1011 100101

Color Harmonies of #686054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686054

Black with #686054

Text Example


Text Example

White with #686054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686054; }

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

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

background-color css

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

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

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

border-color css

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

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

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