#6F6353

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

Shades of Makara #6F6353

Tints of Makara #6F6353

Color information

#6F6353 (or 0x6F6353) is unknown color: approx Makara. HEX triplet: 6F, 63 and 53. RGB value is (111,99,83). Sum of RGB (Red+Green+Blue) = 111+99+83=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6353 is #909CAC. Grayscale: #646464. Windows color (decimal): -9477293 or 5464943. OLE color: 5464943.

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

Color convert

RGB1119983-
CMYK00.110.250.56
HSL34.29º14.43%38.04%-
HSV(B)34.29º25.23%43.53%-
XYZ12.5812.9310.02-
YUV100.76117.98135.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.88%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=37.88%
G=33.79%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111998300.110.250.5634.2914.4338.04
Hex6F63530B193822e26
Octal1571431230133170421646
Binary11011111100011101001101011110011110001000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,99,83); }

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

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

 a { background-color: rgb(111,99,83); }

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

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

 span { border-color: rgb(111,99,83); }

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