#694B03

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

Shades of Raw Umber #694B03

Tints of Raw Umber #694B03

Color information

#694B03 (or 0x694B03) is unknown color: approx Raw Umber. HEX triplet: 69, 4B and 03. RGB value is (105,75,3). Sum of RGB (Red+Green+Blue) = 105+75+3=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #694B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694B03 is #96B4FC. Grayscale: #4C4C4C. Windows color (decimal): -9876733 or 215913. OLE color: 215913.

HSL color Cylindrical-coordinate representation of color #694B03: hue angle of 42.35º 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 #694B03 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB105753-
CMYK00.290.970.59
HSL42.35º94.44%21.18%-
HSV(B)42.35º97.14%41.18%-
XYZ8.368.041.2-
YUV75.7686.94148.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 3 (1.56% from 255) = 1.64%
R=57.38%
G=40.98%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10575300.290.970.5942.3594.4421.18
Hex694B301D613B2a5e15
Octal1511133035141735213625
Binary11010011001011110111011100001111011101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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