#68530E

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

Shades of Raw Umber #68530E

Tints of Raw Umber #68530E

Color information

#68530E (or 0x68530E) is unknown color: approx Raw Umber. HEX triplet: 68, 53 and 0E. RGB value is (104,83,14). Sum of RGB (Red+Green+Blue) = 104+83+14=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68530E is #97ACF1. Grayscale: #515151. Windows color (decimal): -9940210 or 938856. OLE color: 938856.

HSL color Cylindrical-coordinate representation of color #68530E: hue angle of 46º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68530E is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB1048314-
CMYK00.200.870.59
HSL46º76.27%23.14%-
HSV(B)46º86.54%40.78%-
XYZ8.889.161.72-
YUV81.4189.96144.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.74%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 14 (5.86% from 255) = 6.97%
R=51.74%
G=41.29%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104831400.200.870.594676.2723.14
Hex6853E014573B2e4c17
Octal15012316024127735611427
Binary1101000101001111100101001010111111011101110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68530E; }

 p { color: rgb(104,83,14); }

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

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

 a { background-color: rgb(104,83,14); }

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

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

 span { border-color: rgb(104,83,14); }

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