#69580C

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

Shades of Raw Umber #69580C

Tints of Raw Umber #69580C

Color information

#69580C (or 0x69580C) is unknown color: approx Raw Umber. HEX triplet: 69, 58 and 0C. RGB value is (105,88,12). Sum of RGB (Red+Green+Blue) = 105+88+12=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #69580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69580C is #96A7F3. Grayscale: #545454. Windows color (decimal): -9873396 or 809065. OLE color: 809065.

HSL color Cylindrical-coordinate representation of color #69580C: hue angle of 49.03º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69580C is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1058812-
CMYK00.160.890.59
HSL49.03º79.49%22.94%-
HSV(B)49.03º88.57%41.18%-
XYZ9.3810.011.79-
YUV84.4287.13142.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 88 (34.77% from 255) = 42.93%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=51.22%
G=42.93%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105881200.160.890.5949.0379.4922.94
Hex6958C010593B314f17
Octal15113014020131736111727
Binary1101001101100011000100001011001111011110001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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