#6F6455

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

Shades of Makara #6F6455

Tints of Makara #6F6455

Color information

#6F6455 (or 0x6F6455) is unknown color: approx Makara. HEX triplet: 6F, 64 and 55. RGB value is (111,100,85). Sum of RGB (Red+Green+Blue) = 111+100+85=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6455 is #909BAA. Grayscale: #656565. Windows color (decimal): -9477035 or 5596271. OLE color: 5596271.

HSL color Cylindrical-coordinate representation of color #6F6455: hue angle of 34.62º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F6455 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB11110085-
CMYK00.100.230.56
HSL34.62º13.27%38.43%-
HSV(B)34.62º23.42%43.53%-
XYZ12.7513.1510.46-
YUV101.58118.64134.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.5%
GREEN value IS 100 (39.45% from 255) = 33.78%
BLUE value IS 85 (33.59% from 255) = 28.72%
R=37.5%
G=33.78%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111008500.100.230.5634.6213.2738.43
Hex6F64550A173823d26
Octal1571441250122770431546
Binary11011111100100101010101010101111110001000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,100,85); }

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

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

 a { background-color: rgb(111,100,85); }

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

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

 span { border-color: rgb(111,100,85); }

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