Html Css Color HEX #686055 Makara

📋 copy color: '#686055'

red 104 ◦ green 96 ◦ blue 85

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

Shades of Makara #686055

Tints of Makara #686055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.82%

R = 36.49%
G = 33.68%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#686055 (or 0x686055) is known color: Makara. HEX triplet: 68, 60 and 55. RGB value is (104,96,85). Sum of RGB (Red+Green+Blue) = 104+96+85=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #686055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686055 is #979FAA. Grayscale: #616161. Windows color (decimal): -9936811 or 5595240. OLE color: 5595240.

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

Color convert

RGB 104 96 85 -
CMYK 0 0.08 0.18 0.59
HSL 34.74º 0.1% 0.37% -
HSV(B) 34.74º 0.18% 0.41% -
XYZ 11.53 11.96 10.3 -
YUV 97.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 104 96 85 0 0.08 0.18 0.59 34.74 0.1 0.37
Hex 68 60 55 0 8 12 3B 23 A 25
Octal 150 140 125 0 10 22 73 43 12 45
Binary 1101000 1100000 1010101 0 1000 10010 111011 100011 1010 100101

Color Harmonies of #686055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686055

Black with #686055

Text Example


Text Example

White with #686055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686055; }

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

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

background-color css

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

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

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

border-color css

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

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

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