#694003

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

Shades of Raw Umber #694003

Tints of Raw Umber #694003

Color information

#694003 (or 0x694003) is unknown color: approx Raw Umber. HEX triplet: 69, 40 and 03. RGB value is (105,64,3). Sum of RGB (Red+Green+Blue) = 105+64+3=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #694003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694003 is #96BFFC. Grayscale: #454545. Windows color (decimal): -9879549 or 213097. OLE color: 213097.

HSL color Cylindrical-coordinate representation of color #694003: hue angle of 35.88º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #694003 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB105643-
CMYK00.390.970.59
HSL35.88º94.44%21.18%-
HSV(B)35.88º97.14%41.18%-
XYZ7.686.680.97-
YUV69.390.58153.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.05%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 3 (1.56% from 255) = 1.74%
R=61.05%
G=37.21%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10564300.390.970.5935.8894.4421.18
Hex69403027613B245e15
Octal1511003047141734413625
Binary110100110000001101001111100001111011100100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694003; }

 p { color: rgb(105,64,3); }

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

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

 a { background-color: rgb(105,64,3); }

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

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

 span { border-color: rgb(105,64,3); }

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