#634A1B

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

Shades of Dark Brown #634A1B

Tints of Dark Brown #634A1B

Color information

#634A1B (or 0x634A1B) is unknown color: approx Dark Brown. HEX triplet: 63, 4A and 1B. RGB value is (99,74,27). Sum of RGB (Red+Green+Blue) = 99+74+27=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #634A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A1B is #9CB5E4. Grayscale: #4C4C4C. Windows color (decimal): -10270181 or 1788515. OLE color: 1788515.

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

Color convert

RGB997427-
CMYK00.250.730.61
HSL39.17º57.14%24.71%-
HSV(B)39.17º72.73%38.82%-
XYZ7.797.632.1-
YUV76.12100.28144.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 27 (10.94% from 255) = 13.5%
R=49.5%
G=37%
B=13.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99742700.250.730.6139.1757.1424.71
Hex634A1B019493D273919
Octal1431123303111175477131
Binary1100011100101011011011001100100111110110011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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