Html Css Color HEX #6A6359 Makara

📋 copy color: '#6A6359'

red 106 ◦ green 99 ◦ blue 89

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

Shades of Makara #6A6359

Tints of Makara #6A6359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.27%

R = 36.05%
G = 33.67%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6A6359 (or 0x6A6359) is known color: Makara. HEX triplet: 6A, 63 and 59. RGB value is (106,99,89). Sum of RGB (Red+Green+Blue) = 106+99+89=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6359 is #959CA6. Grayscale: #646464. Windows color (decimal): -9804967 or 5858154. OLE color: 5858154.

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

Color convert

RGB 106 99 89 -
CMYK 0 0.07 0.16 0.58
HSL 35.29º 0.09% 0.38% -
HSV(B) 35.29º 0.16% 0.42% -
XYZ 12.21 12.71 11.26 -
YUV 99.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 106 99 89 0 0.07 0.16 0.58 35.29 0.09 0.38
Hex 6A 63 59 0 7 10 3A 23 9 26
Octal 152 143 131 0 7 20 72 43 11 46
Binary 1101010 1100011 1011001 0 111 10000 111010 100011 1001 100110

Color Harmonies of #6A6359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6359

Black with #6A6359

Text Example


Text Example

White with #6A6359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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