#63440F

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

Shades of Raw Umber #63440F

Tints of Raw Umber #63440F

Color information

#63440F (or 0x63440F) is unknown color: approx Raw Umber. HEX triplet: 63, 44 and 0F. RGB value is (99,68,15). Sum of RGB (Red+Green+Blue) = 99+68+15=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #63440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63440F is #9CBBF0. Grayscale: #474747. Windows color (decimal): -10271729 or 1000547. OLE color: 1000547.

HSL color Cylindrical-coordinate representation of color #63440F: hue angle of 37.86º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63440F is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB996815-
CMYK00.310.850.61
HSL37.86º73.68%22.35%-
HSV(B)37.86º84.85%38.82%-
XYZ7.36.821.38-
YUV71.2396.27147.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.40%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 15 (6.25% from 255) = 8.24%
R=54.40%
G=37.36%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99681500.310.850.6137.8673.6822.35
Hex6344F01F553D264a16
Octal14310417037125754611226
Binary1100011100010011110111111010101111101100110100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63440F; }

 p { color: rgb(99,68,15); }

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

<style>
 a { background-color: #63440F; }

 a { background-color: rgb(99,68,15); }

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

<style>
 span { border-color: #63440F; }

 span { border-color: rgb(99,68,15); }

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