#68450F

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

Shades of Raw Umber #68450F

Tints of Raw Umber #68450F

Color information

#68450F (or 0x68450F) is unknown color: approx Raw Umber. HEX triplet: 68, 45 and 0F. RGB value is (104,69,15). Sum of RGB (Red+Green+Blue) = 104+69+15=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68450F is #97BAF0. Grayscale: #494949. Windows color (decimal): -9943793 or 1000808. OLE color: 1000808.

HSL color Cylindrical-coordinate representation of color #68450F: hue angle of 36.4º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68450F is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1046915-
CMYK00.340.860.59
HSL36.4º74.79%23.33%-
HSV(B)36.4º85.58%40.78%-
XYZ7.927.231.43-
YUV73.3195.1149.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 15 (6.25% from 255) = 7.98%
R=55.32%
G=36.70%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104691500.340.860.5936.474.7923.33
Hex6845F022563B244b17
Octal15010517042126734411327
Binary11010001000101111101000101010110111011100100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68450F; }

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

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

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

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

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

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

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

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