#6B6251

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

Shades of Makara #6B6251

Tints of Makara #6B6251

Color information

#6B6251 (or 0x6B6251) is unknown color: approx Makara. HEX triplet: 6B, 62 and 51. RGB value is (107,98,81). Sum of RGB (Red+Green+Blue) = 107+98+81=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6251 is #949DAE. Grayscale: #626262. Windows color (decimal): -9739695 or 5333611. OLE color: 5333611.

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

Color convert

RGB1079881-
CMYK00.080.240.58
HSL39.23º13.83%36.86%-
HSV(B)39.23º24.3%41.96%-
XYZ11.9212.469.56-
YUV98.75117.98133.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.41%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 81 (32.03% from 255) = 28.32%
R=37.41%
G=34.27%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107988100.080.240.5839.2313.8336.86
Hex6B625108183A27e25
Octal1531421210103072471645
Binary11010111100010101000101000110001110101001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,98,81); }

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

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

 a { background-color: rgb(107,98,81); }

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

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

 span { border-color: rgb(107,98,81); }

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