#684505

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

Shades of Raw Umber #684505

Tints of Raw Umber #684505

Color information

#684505 (or 0x684505) is unknown color: approx Raw Umber. HEX triplet: 68, 45 and 05. RGB value is (104,69,5). Sum of RGB (Red+Green+Blue) = 104+69+5=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #684505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684505 is #97BAFA. Grayscale: #484848. Windows color (decimal): -9943803 or 345448. OLE color: 345448.

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

Color convert

RGB104695-
CMYK00.340.950.59
HSL38.79º90.83%21.37%-
HSV(B)38.79º95.19%40.78%-
XYZ7.867.211.12-
YUV72.1790.1150.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.43%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 5 (2.34% from 255) = 2.81%
R=58.43%
G=38.76%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10469500.340.950.5938.7990.8321.37
Hex684550225F3B275b15
Octal1501055042137734713325
Binary1101000100010110101000101011111111011100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684505; }

 p { color: rgb(104,69,5); }

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

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

 a { background-color: rgb(104,69,5); }

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

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

 span { border-color: rgb(104,69,5); }

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