#69604E

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

Shades of Makara #69604E

Tints of Makara #69604E

Color information

#69604E (or 0x69604E) is unknown color: approx Makara. HEX triplet: 69, 60 and 4E. RGB value is (105,96,78). Sum of RGB (Red+Green+Blue) = 105+96+78=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #69604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69604E is #969FB1. Grayscale: #606060. Windows color (decimal): -9871282 or 5136489. OLE color: 5136489.

HSL color Cylindrical-coordinate representation of color #69604E: hue angle of 40º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69604E is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1059678-
CMYK00.090.260.59
HSL40º14.75%35.88%-
HSV(B)40º25.71%41.18%-
XYZ11.3811.928.91-
YUV96.64117.48133.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 78 (30.86% from 255) = 27.96%
R=37.63%
G=34.41%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105967800.090.260.594014.7535.88
Hex69604E091A3B28f24
Octal1511401160113273501744
Binary11010011100000100111001001110101110111010001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69604E; }

 p { color: rgb(105,96,78); }

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

<style>
 a { background-color: #69604E; }

 a { background-color: rgb(105,96,78); }

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

<style>
 span { border-color: #69604E; }

 span { border-color: rgb(105,96,78); }

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