#69410F

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

Shades of Raw Umber #69410F

Tints of Raw Umber #69410F

Color information

#69410F (or 0x69410F) is unknown color: approx Raw Umber. HEX triplet: 69, 41 and 0F. RGB value is (105,65,15). Sum of RGB (Red+Green+Blue) = 105+65+15=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #69410F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69410F is #96BEF0. Grayscale: #474747. Windows color (decimal): -9879281 or 999785. OLE color: 999785.

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

Color convert

RGB1056515-
CMYK00.380.860.59
HSL33.33º75%23.53%-
HSV(B)33.33º85.71%41.18%-
XYZ7.86.821.36-
YUV71.2696.25152.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.76%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 15 (6.25% from 255) = 8.11%
R=56.76%
G=35.14%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105651500.380.860.5933.337523.53
Hex6941F026563B214b18
Octal15110117046126734111330
Binary11010011000001111101001101010110111011100001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,65,15); }

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

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

 a { background-color: rgb(105,65,15); }

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

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

 span { border-color: rgb(105,65,15); }

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