#676152

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

Shades of Makara #676152

Tints of Makara #676152

Color information

#676152 (or 0x676152) is unknown color: approx Makara. HEX triplet: 67, 61 and 52. RGB value is (103,97,82). Sum of RGB (Red+Green+Blue) = 103+97+82=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 103 - color contains mainly: red. Hex color #676152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676152 is #989EAD. Grayscale: #616161. Windows color (decimal): -10002094 or 5398887. OLE color: 5398887.

HSL color Cylindrical-coordinate representation of color #676152: hue angle of 42.86º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #676152 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB1039782-
CMYK00.060.200.60
HSL42.86º11.35%36.27%-
HSV(B)42.86º20.39%40.39%-
XYZ11.3912.049.71-
YUV97.08119.49132.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.52%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=36.52%
G=34.40%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103978200.060.200.6042.8611.3536.27
Hex67615206143C2bb24
Octal147141122062474531344
Binary1100111110000110100100110101001111001010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676152; }

 p { color: rgb(103,97,82); }

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

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

 a { background-color: rgb(103,97,82); }

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

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

 span { border-color: rgb(103,97,82); }

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