#676051

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

Shades of Makara #676051

Tints of Makara #676051

Color information

#676051 (or 0x676051) is unknown color: approx Makara. HEX triplet: 67, 60 and 51. RGB value is (103,96,81). Sum of RGB (Red+Green+Blue) = 103+96+81=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 103 - color contains mainly: red. Hex color #676051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676051 is #989FAE. Grayscale: #606060. Windows color (decimal): -10002351 or 5333095. OLE color: 5333095.

HSL color Cylindrical-coordinate representation of color #676051: hue angle of 40.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #676051 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB1039681-
CMYK00.070.210.60
HSL40.91º11.96%36.08%-
HSV(B)40.91º21.36%40.39%-
XYZ11.2611.849.48-
YUV96.38119.32132.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.79%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 81 (32.03% from 255) = 28.93%
R=36.79%
G=34.29%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103968100.070.210.6040.9111.9636.08
Hex67605107153C29c24
Octal147140121072574511444
Binary1100111110000010100010111101011111001010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676051; }

 p { color: rgb(103,96,81); }

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

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

 a { background-color: rgb(103,96,81); }

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

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

 span { border-color: rgb(103,96,81); }

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