#634A1E

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

Shades of Dark Brown #634A1E

Tints of Dark Brown #634A1E

Color information

#634A1E (or 0x634A1E) is unknown color: approx Dark Brown. HEX triplet: 63, 4A and 1E. RGB value is (99,74,30). Sum of RGB (Red+Green+Blue) = 99+74+30=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #634A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A1E is #9CB5E1. Grayscale: #4C4C4C. Windows color (decimal): -10270178 or 1985123. OLE color: 1985123.

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

Color convert

RGB997430-
CMYK00.250.700.61
HSL38.26º53.49%25.29%-
HSV(B)38.26º69.7%38.82%-
XYZ7.837.642.29-
YUV76.46101.78144.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.77%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 30 (12.11% from 255) = 14.78%
R=48.77%
G=36.45%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99743000.250.700.6138.2653.4925.29
Hex634A1E019463D263519
Octal1431123603110675466531
Binary1100011100101011110011001100011011110110011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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