#614B0C

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

Shades of Raw Umber #614B0C

Tints of Raw Umber #614B0C

Color information

#614B0C (or 0x614B0C) is unknown color: approx Raw Umber. HEX triplet: 61, 4B and 0C. RGB value is (97,75,12). Sum of RGB (Red+Green+Blue) = 97+75+12=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #614B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614B0C is #9EB4F3. Grayscale: #4A4A4A. Windows color (decimal): -10401012 or 805729. OLE color: 805729.

HSL color Cylindrical-coordinate representation of color #614B0C: hue angle of 44.47º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #614B0C is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB977512-
CMYK00.230.880.62
HSL44.47º77.98%21.37%-
HSV(B)44.47º87.63%38.04%-
XYZ7.517.61.42-
YUV74.492.79144.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.72%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 12 (5.08% from 255) = 6.52%
R=52.72%
G=40.76%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97751200.230.880.6244.4777.9821.37
Hex614BC017583E2c4e15
Octal14111314027130765411625
Binary1100001100101111000101111011000111110101100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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