#69410A

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

Shades of Raw Umber #69410A

Tints of Raw Umber #69410A

Color information

#69410A (or 0x69410A) is unknown color: approx Raw Umber. HEX triplet: 69, 41 and 0A. RGB value is (105,65,10). Sum of RGB (Red+Green+Blue) = 105+65+10=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #69410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69410A is #96BEF5. Grayscale: #464646. Windows color (decimal): -9879286 or 672105. OLE color: 672105.

HSL color Cylindrical-coordinate representation of color #69410A: hue angle of 34.74º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69410A is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1056510-
CMYK00.380.900.59
HSL34.74º82.61%22.55%-
HSV(B)34.74º90.48%41.18%-
XYZ7.776.811.19-
YUV70.6993.75152.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.33%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 10 (4.30% from 255) = 5.56%
R=58.33%
G=36.11%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105651000.380.900.5934.7482.6122.55
Hex6941A0265A3B235317
Octal15110112046132734312327
Binary11010011000001101001001101011010111011100011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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