#67625C

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

Shades of Makara #67625C

Tints of Makara #67625C

Color information

#67625C (or 0x67625C) is unknown color: approx Makara. HEX triplet: 67, 62 and 5C. RGB value is (103,98,92). Sum of RGB (Red+Green+Blue) = 103+98+92=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 103 - color contains mainly: red. Hex color #67625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67625C is #989DA3. Grayscale: #626262. Windows color (decimal): -10001828 or 6054503. OLE color: 6054503.

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

Color convert

RGB1039892-
CMYK00.050.110.60
HSL32.73º5.64%38.24%-
HSV(B)32.73º10.68%40.39%-
XYZ11.8912.3911.89-
YUV98.81124.16130.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.15%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=35.15%
G=33.45%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103989200.050.110.6032.735.6438.24
Hex67625C05B3C21626
Octal14714213405137441646
Binary11001111100010101110001011011111100100001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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