#634A1A

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

Shades of Dark Brown #634A1A

Tints of Dark Brown #634A1A

Color information

#634A1A (or 0x634A1A) is unknown color: approx Dark Brown. HEX triplet: 63, 4A and 1A. RGB value is (99,74,26). Sum of RGB (Red+Green+Blue) = 99+74+26=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #634A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A1A is #9CB5E5. Grayscale: #4C4C4C. Windows color (decimal): -10270182 or 1722979. OLE color: 1722979.

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

Color convert

RGB997426-
CMYK00.250.740.61
HSL39.45º58.4%24.51%-
HSV(B)39.45º73.74%38.82%-
XYZ7.787.622.04-
YUV7699.78144.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 26 (10.55% from 255) = 13.07%
R=49.75%
G=37.19%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99742600.250.740.6139.4558.424.51
Hex634A1A0194A3D273a19
Octal1431123203111275477231
Binary1100011100101011010011001100101011110110011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,74,26); }

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

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

 a { background-color: rgb(99,74,26); }

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

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

 span { border-color: rgb(99,74,26); }

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