#694108

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

Shades of Raw Umber #694108

Tints of Raw Umber #694108

Color information

#694108 (or 0x694108) is unknown color: approx Raw Umber. HEX triplet: 69, 41 and 08. RGB value is (105,65,8). Sum of RGB (Red+Green+Blue) = 105+65+8=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #694108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694108 is #96BEF7. Grayscale: #464646. Windows color (decimal): -9879288 or 541033. OLE color: 541033.

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

Color convert

RGB105658-
CMYK00.380.920.59
HSL35.26º85.84%22.16%-
HSV(B)35.26º92.38%41.18%-
XYZ7.766.81.13-
YUV70.4692.75152.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.99%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 8 (3.52% from 255) = 4.49%
R=58.99%
G=36.52%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10565800.380.920.5935.2685.8422.16
Hex694180265C3B235616
Octal15110110046134734312626
Binary11010011000001100001001101011100111011100011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694108; }

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

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

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

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

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

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

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

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