#6B6356

Color #6B6356 Makara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Makara #6B6356

Tints of Makara #6B6356

Color information

#6B6356 (or 0x6B6356) is unknown color: approx Makara. HEX triplet: 6B, 63 and 56. RGB value is (107,99,86). Sum of RGB (Red+Green+Blue) = 107+99+86=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6356 is #949CA9. Grayscale: #636363. Windows color (decimal): -9739434 or 5661547. OLE color: 5661547.

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

Color convert

RGB1079986-
CMYK00.070.200.58
HSL37.14º10.88%37.84%-
HSV(B)37.14º19.63%41.96%-
XYZ12.212.7210.62-
YUV99.91120.15133.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.64%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 86 (33.98% from 255) = 29.45%
R=36.64%
G=33.90%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107998600.070.200.5837.1410.8837.84
Hex6B635607143A25b26
Octal153143126072472451346
Binary1101011110001110101100111101001110101001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,99,86); }

 H1.HeaderClassName
 {
   color: #6B6356;
 }
 .AnyTagClassName
 {
   color: #6B6356;
 }
</style>
background-color css

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

 a { background-color: rgb(107,99,86); }

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

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

 span { border-color: rgb(107,99,86); }

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