#67625A

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

Shades of Makara #67625A

Tints of Makara #67625A

Color information

#67625A (or 0x67625A) is unknown color: approx Makara. HEX triplet: 67, 62 and 5A. RGB value is (103,98,90). Sum of RGB (Red+Green+Blue) = 103+98+90=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 103 - color contains mainly: red. Hex color #67625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67625A is #989DA5. Grayscale: #626262. Windows color (decimal): -10001830 or 5923431. OLE color: 5923431.

HSL color Cylindrical-coordinate representation of color #67625A: hue angle of 36.92º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #67625A is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB1039890-
CMYK00.050.130.60
HSL36.92º6.74%37.84%-
HSV(B)36.92º12.62%40.39%-
XYZ11.8112.3611.44-
YUV98.58123.16131.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.40%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=35.40%
G=33.68%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103989000.050.130.6036.926.7437.84
Hex67625A05D3C25726
Octal14714213205157445746
Binary11001111100010101101001011101111100100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67625A; }

 p { color: rgb(103,98,90); }

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

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

 a { background-color: rgb(103,98,90); }

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

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

 span { border-color: rgb(103,98,90); }

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