#634C0B

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

Shades of Raw Umber #634C0B

Tints of Raw Umber #634C0B

Color information

#634C0B (or 0x634C0B) is unknown color: approx Raw Umber. HEX triplet: 63, 4C and 0B. RGB value is (99,76,11). Sum of RGB (Red+Green+Blue) = 99+76+11=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #634C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634C0B is #9CB3F4. Grayscale: #4B4B4B. Windows color (decimal): -10269685 or 740451. OLE color: 740451.

HSL color Cylindrical-coordinate representation of color #634C0B: hue angle of 44.32º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #634C0B is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB997611-
CMYK00.230.890.61
HSL44.32º80%21.57%-
HSV(B)44.32º88.89%38.82%-
XYZ7.797.851.42-
YUV75.4791.62144.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.23%
GREEN value IS 76 (30.08% from 255) = 40.86%
BLUE value IS 11 (4.69% from 255) = 5.91%
R=53.23%
G=40.86%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99761100.230.890.6144.328021.57
Hex634CB017593D2c5016
Octal14311413027131755412026
Binary1100011100110010110101111011001111101101100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,76,11); }

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

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

 a { background-color: rgb(99,76,11); }

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

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

 span { border-color: rgb(99,76,11); }

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