#634E40

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

Shades of Cork #634E40

Tints of Cork #634E40

Color information

#634E40 (or 0x634E40) is unknown color: approx Cork. HEX triplet: 63, 4E and 40. RGB value is (99,78,64). Sum of RGB (Red+Green+Blue) = 99+78+64=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #634E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E40 is #9CB1BF. Grayscale: #525252. Windows color (decimal): -10269120 or 4214371. OLE color: 4214371.

HSL color Cylindrical-coordinate representation of color #634E40: hue angle of 24º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #634E40 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB997864-
CMYK00.210.350.61
HSL24º21.47%31.96%-
HSV(B)24º35.35%38.82%-
XYZ8.88.476.02-
YUV82.68117.46139.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=41.08%
G=32.37%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99786400.210.350.612421.4731.96
Hex634E40015233D181520
Octal1431161000254375302540
Binary1100011100111010000000101011000111111011100010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634E40; }

 p { color: rgb(99,78,64); }

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

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

 a { background-color: rgb(99,78,64); }

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

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

 span { border-color: rgb(99,78,64); }

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