Html Css Color HEX #686150 Makara

📋 copy color: '#686150'

red 104 ◦ green 97 ◦ blue 80

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

Shades of Makara #686150

Tints of Makara #686150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.52%

 BLUE value IS 80 (31.64% from 255) = 28.47%

R = 37.01%
G = 34.52%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#686150 (or 0x686150) is known color: Makara. HEX triplet: 68, 61 and 50. RGB value is (104,97,80). Sum of RGB (Red+Green+Blue) = 104+97+80=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #686150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686150 is #979EAF. Grayscale: #616161. Windows color (decimal): -9936560 or 5267816. OLE color: 5267816.

HSL color Cylindrical-coordinate representation of color #686150: hue angle of 42.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686150 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 97 80 -
CMYK 0 0.07 0.23 0.59
HSL 42.5º 0.13% 0.36% -
HSV(B) 42.5º 0.23% 0.41% -
XYZ 11.43 12.07 9.32 -
YUV 97.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 104 97 80 0 0.07 0.23 0.59 42.5 0.13 0.36
Hex 68 61 50 0 7 17 3B 2A D 24
Octal 150 141 120 0 7 27 73 52 15 44
Binary 1101000 1100001 1010000 0 111 10111 111011 101010 1101 100100

Color Harmonies of #686150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686150

Black with #686150

Text Example


Text Example

White with #686150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686150; }

 p { color: rgb(104,97,80); }

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

background-color css

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

 a { background-color: rgb(104,97,80); }

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

border-color css

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

 span { border-color: rgb(104,97,80); }

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