#694B01

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

Shades of Raw Umber #694B01

Tints of Raw Umber #694B01

Color information

#694B01 (or 0x694B01) is unknown color: approx Raw Umber. HEX triplet: 69, 4B and 01. RGB value is (105,75,1). Sum of RGB (Red+Green+Blue) = 105+75+1=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #694B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694B01 is #96B4FE. Grayscale: #4B4B4B. Windows color (decimal): -9876735 or 84841. OLE color: 84841.

HSL color Cylindrical-coordinate representation of color #694B01: hue angle of 42.69º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #694B01 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB105751-
CMYK00.290.990.59
HSL42.69º98.11%20.78%-
HSV(B)42.69º99.05%41.18%-
XYZ8.358.041.14-
YUV75.5385.94149.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.01%
GREEN value IS 75 (29.69% from 255) = 41.44%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=58.01%
G=41.44%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10575100.290.990.5942.6998.1120.78
Hex694B101D633B2b6215
Octal1511131035143735314225
Binary1101001100101110111011100011111011101011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694B01; }

 p { color: rgb(105,75,1); }

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

<style>
 a { background-color: #694B01; }

 a { background-color: rgb(105,75,1); }

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

<style>
 span { border-color: #694B01; }

 span { border-color: rgb(105,75,1); }

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