Html Css Color HEX #6A6354 Makara

📋 copy color: '#6A6354'

red 106 ◦ green 99 ◦ blue 84

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

Shades of Makara #6A6354

Tints of Makara #6A6354

RGB

 RED value IS 106 (41.8% from 255) = 36.68%

 GREEN value IS 99 (39.06% from 255) = 34.26%

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

R = 36.68%
G = 34.26%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6A6354 (or 0x6A6354) is known color: Makara. HEX triplet: 6A, 63 and 54. RGB value is (106,99,84). Sum of RGB (Red+Green+Blue) = 106+99+84=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6354 is #959CAB. Grayscale: #636363. Windows color (decimal): -9804972 or 5530474. OLE color: 5530474.

HSL color Cylindrical-coordinate representation of color #6A6354: hue angle of 40.91º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A6354 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 99 84 -
CMYK 0 0.07 0.21 0.58
HSL 40.91º 0.12% 0.37% -
HSV(B) 40.91º 0.21% 0.42% -
XYZ 12.01 12.63 10.19 -
YUV 99.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 106 99 84 0 0.07 0.21 0.58 40.91 0.12 0.37
Hex 6A 63 54 0 7 15 3A 29 C 25
Octal 152 143 124 0 7 25 72 51 14 45
Binary 1101010 1100011 1010100 0 111 10101 111010 101001 1100 100101

Color Harmonies of #6A6354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6354

Black with #6A6354

Text Example


Text Example

White with #6A6354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A6354; }

 p { color: rgb(106,99,84); }

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

background-color css

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

 a { background-color: rgb(106,99,84); }

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

border-color css

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

 span { border-color: rgb(106,99,84); }

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