#614B04

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

Shades of Raw Umber #614B04

Tints of Raw Umber #614B04

Color information

#614B04 (or 0x614B04) is unknown color: approx Raw Umber. HEX triplet: 61, 4B and 04. RGB value is (97,75,4). Sum of RGB (Red+Green+Blue) = 97+75+4=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #614B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614B04 is #9EB4FB. Grayscale: #494949. Windows color (decimal): -10401020 or 281441. OLE color: 281441.

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

Color convert

RGB97754-
CMYK00.230.960.62
HSL45.81º92.08%19.8%-
HSV(B)45.81º95.88%38.04%-
XYZ7.477.581.18-
YUV73.4888.79144.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.11%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 4 (1.95% from 255) = 2.27%
R=55.11%
G=42.61%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9775400.230.960.6245.8192.0819.8
Hex614B4017603E2e5c14
Octal1411134027140765613424
Binary110000110010111000101111100000111110101110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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