#63480C

Color #63480C Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #63480C

Tints of Raw Umber #63480C

Color information

#63480C (or 0x63480C) is unknown color: approx Raw Umber. HEX triplet: 63, 48 and 0C. RGB value is (99,72,12). Sum of RGB (Red+Green+Blue) = 99+72+12=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63480C is #9CB7F3. Grayscale: #494949. Windows color (decimal): -10270708 or 804963. OLE color: 804963.

HSL color Cylindrical-coordinate representation of color #63480C: hue angle of 41.38º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63480C is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB997212-
CMYK00.270.880.61
HSL41.38º78.38%21.76%-
HSV(B)41.38º87.88%38.82%-
XYZ7.537.311.36-
YUV73.2393.45146.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.10%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=54.10%
G=39.34%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99721200.270.880.6141.3878.3821.76
Hex6348C01B583D294e16
Octal14311014033130755111626
Binary1100011100100011000110111011000111101101001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63480C; }

 p { color: rgb(99,72,12); }

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

<style>
 a { background-color: #63480C; }

 a { background-color: rgb(99,72,12); }

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

<style>
 span { border-color: #63480C; }

 span { border-color: rgb(99,72,12); }

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