#604F01

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

Shades of Raw Umber #604F01

Tints of Raw Umber #604F01

Color information

#604F01 (or 0x604F01) is unknown color: approx Raw Umber. HEX triplet: 60, 4F and 01. RGB value is (96,79,1). Sum of RGB (Red+Green+Blue) = 96+79+1=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #604F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604F01 is #9FB0FE. Grayscale: #4B4B4B. Windows color (decimal): -10465535 or 85856. OLE color: 85856.

HSL color Cylindrical-coordinate representation of color #604F01: hue angle of 49.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #604F01 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB96791-
CMYK00.180.990.62
HSL49.26º97.94%19.02%-
HSV(B)49.26º98.96%37.65%-
XYZ7.638.081.19-
YUV75.1986.13142.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=54.55%
G=44.89%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9679100.180.990.6249.2697.9419.02
Hex604F1012633E316213
Octal1401171022143766114223
Binary1100000100111110100101100011111110110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604F01; }

 p { color: rgb(96,79,1); }

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

<style>
 a { background-color: #604F01; }

 a { background-color: rgb(96,79,1); }

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

<style>
 span { border-color: #604F01; }

 span { border-color: rgb(96,79,1); }

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