#67625B

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

Shades of Makara #67625B

Tints of Makara #67625B

Color information

#67625B (or 0x67625B) is unknown color: approx Makara. HEX triplet: 67, 62 and 5B. RGB value is (103,98,91). Sum of RGB (Red+Green+Blue) = 103+98+91=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 103 - color contains mainly: red. Hex color #67625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67625B is #989DA4. Grayscale: #626262. Windows color (decimal): -10001829 or 5988967. OLE color: 5988967.

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

Color convert

RGB1039891-
CMYK00.050.120.60
HSL35º6.19%38.04%-
HSV(B)35º11.65%40.39%-
XYZ11.8512.3711.66-
YUV98.7123.66131.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.27%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=35.27%
G=33.56%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103989100.050.120.60356.1938.04
Hex67625B05C3C23626
Octal14714213305147443646
Binary11001111100010101101101011100111100100011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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