#694C0D

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

Shades of Raw Umber #694C0D

Tints of Raw Umber #694C0D

Color information

#694C0D (or 0x694C0D) is unknown color: approx Raw Umber. HEX triplet: 69, 4C and 0D. RGB value is (105,76,13). Sum of RGB (Red+Green+Blue) = 105+76+13=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #694C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694C0D is #96B3F2. Grayscale: #4D4D4D. Windows color (decimal): -9876467 or 871529. OLE color: 871529.

HSL color Cylindrical-coordinate representation of color #694C0D: hue angle of 41.09º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #694C0D is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1057613-
CMYK00.280.880.59
HSL41.09º77.97%23.14%-
HSV(B)41.09º87.62%41.18%-
XYZ8.488.21.52-
YUV77.4991.61147.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.12%
GREEN value IS 76 (30.08% from 255) = 39.18%
BLUE value IS 13 (5.47% from 255) = 6.70%
R=54.12%
G=39.18%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105761300.280.880.5941.0977.9723.14
Hex694CD01C583B294e17
Octal15111415034130735111627
Binary1101001100110011010111001011000111011101001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694C0D; }

 p { color: rgb(105,76,13); }

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

<style>
 a { background-color: #694C0D; }

 a { background-color: rgb(105,76,13); }

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

<style>
 span { border-color: #694C0D; }

 span { border-color: rgb(105,76,13); }

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