#693D03

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

Shades of Raw Umber #693D03

Tints of Raw Umber #693D03

Color information

#693D03 (or 0x693D03) is unknown color: approx Raw Umber. HEX triplet: 69, 3D and 03. RGB value is (105,61,3). Sum of RGB (Red+Green+Blue) = 105+61+3=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #693D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D03 is #96C2FC. Grayscale: #434343. Windows color (decimal): -9880317 or 212329. OLE color: 212329.

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

Color convert

RGB105613-
CMYK00.420.970.59
HSL34.12º94.44%21.18%-
HSV(B)34.12º97.14%41.18%-
XYZ7.516.350.92-
YUV67.5491.58154.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.13%
GREEN value IS 61 (24.22% from 255) = 36.09%
BLUE value IS 3 (1.56% from 255) = 1.78%
R=62.13%
G=36.09%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10561300.420.970.5934.1294.4421.18
Hex693D302A613B225e15
Octal151753052141734213625
Binary11010011111011101010101100001111011100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693D03; }

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

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

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

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

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

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

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

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