#634D3D

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

Shades of Cork #634D3D

Tints of Cork #634D3D

Color information

#634D3D (or 0x634D3D) is unknown color: approx Cork. HEX triplet: 63, 4D and 3D. RGB value is (99,77,61). Sum of RGB (Red+Green+Blue) = 99+77+61=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 99 - color contains mainly: red. Hex color #634D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D3D is #9CB2C2. Grayscale: #515151. Windows color (decimal): -10269379 or 4017507. OLE color: 4017507.

HSL color Cylindrical-coordinate representation of color #634D3D: hue angle of 25.26º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #634D3D is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB997761-
CMYK00.220.380.61
HSL25.26º23.75%31.37%-
HSV(B)25.26º38.38%38.82%-
XYZ8.648.35.56-
YUV81.75116.29140.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.77%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=41.77%
G=32.49%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99776100.220.380.6125.2623.7531.37
Hex634D3D016263D19181f
Octal143115750264675313037
Binary11000111001101111101010110100110111101110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,77,61); }

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

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

 a { background-color: rgb(99,77,61); }

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

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

 span { border-color: rgb(99,77,61); }

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