#633C1A

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

Shades of Dark Brown #633C1A

Tints of Dark Brown #633C1A

Color information

#633C1A (or 0x633C1A) is unknown color: approx Dark Brown. HEX triplet: 63, 3C and 1A. RGB value is (99,60,26). Sum of RGB (Red+Green+Blue) = 99+60+26=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #633C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633C1A is #9CC3E5. Grayscale: #434343. Windows color (decimal): -10273766 or 1719395. OLE color: 1719395.

HSL color Cylindrical-coordinate representation of color #633C1A: hue angle of 27.95º 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 #633C1A is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB996026-
CMYK00.390.740.61
HSL27.95º58.4%24.51%-
HSV(B)27.95º73.74%38.82%-
XYZ6.955.961.76-
YUV67.78104.42150.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 60 (23.83% from 255) = 32.43%
BLUE value IS 26 (10.55% from 255) = 14.05%
R=53.51%
G=32.43%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99602600.390.740.6127.9558.424.51
Hex633C1A0274A3D1c3a19
Octal143743204711275347231
Binary110001111110011010010011110010101111011110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633C1A; }

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

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

<style>
 a { background-color: #633C1A; }

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

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

<style>
 span { border-color: #633C1A; }

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

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