#69580E

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

Shades of Raw Umber #69580E

Tints of Raw Umber #69580E

Color information

#69580E (or 0x69580E) is unknown color: approx Raw Umber. HEX triplet: 69, 58 and 0E. RGB value is (105,88,14). Sum of RGB (Red+Green+Blue) = 105+88+14=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #69580E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69580E is #96A7F1. Grayscale: #545454. Windows color (decimal): -9873394 or 940137. OLE color: 940137.

HSL color Cylindrical-coordinate representation of color #69580E: hue angle of 48.79º 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 #69580E is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB1058814-
CMYK00.160.870.59
HSL48.79º76.47%23.33%-
HSV(B)48.79º86.67%41.18%-
XYZ9.3910.011.85-
YUV84.6588.13142.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=50.72%
G=42.51%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105881400.160.870.5948.7976.4723.33
Hex6958E010573B314c17
Octal15113016020127736111427
Binary1101001101100011100100001010111111011110001100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,88,14); }

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

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

 a { background-color: rgb(105,88,14); }

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

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

 span { border-color: rgb(105,88,14); }

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