#6F614F

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

Shades of Makara #6F614F

Tints of Makara #6F614F

Color information

#6F614F (or 0x6F614F) is unknown color: approx Makara. HEX triplet: 6F, 61 and 4F. RGB value is (111,97,79). Sum of RGB (Red+Green+Blue) = 111+97+79=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F614F is #909EB0. Grayscale: #636363. Windows color (decimal): -9477809 or 5202287. OLE color: 5202287.

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

Color convert

RGB1119779-
CMYK00.130.290.56
HSL33.75º16.84%37.25%-
HSV(B)33.75º28.83%43.53%-
XYZ12.2412.499.16-
YUV99.13116.64136.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=38.68%
G=33.80%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111977900.130.290.5633.7516.8437.25
Hex6F614F0D1D38221125
Octal1571411170153570422145
Binary110111111000011001111011011110111100010001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,97,79); }

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

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

 a { background-color: rgb(111,97,79); }

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

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

 span { border-color: rgb(111,97,79); }

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