#634B0C

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

Shades of Raw Umber #634B0C

Tints of Raw Umber #634B0C

Color information

#634B0C (or 0x634B0C) is unknown color: approx Raw Umber. HEX triplet: 63, 4B and 0C. RGB value is (99,75,12). Sum of RGB (Red+Green+Blue) = 99+75+12=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #634B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634B0C is #9CB4F3. Grayscale: #4B4B4B. Windows color (decimal): -10269940 or 805731. OLE color: 805731.

HSL color Cylindrical-coordinate representation of color #634B0C: hue angle of 43.45º 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 #634B0C is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB997512-
CMYK00.240.880.61
HSL43.45º78.38%21.76%-
HSV(B)43.45º87.88%38.82%-
XYZ7.737.711.43-
YUV74.9992.45145.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.23%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 12 (5.08% from 255) = 6.45%
R=53.23%
G=40.32%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99751200.240.880.6143.4578.3821.76
Hex634BC018583D2b4e16
Octal14311314030130755311626
Binary1100011100101111000110001011000111101101011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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