#684C02

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

Shades of Raw Umber #684C02

Tints of Raw Umber #684C02

Color information

#684C02 (or 0x684C02) is unknown color: approx Raw Umber. HEX triplet: 68, 4C and 02. RGB value is (104,76,2). Sum of RGB (Red+Green+Blue) = 104+76+2=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #684C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684C02 is #97B3FD. Grayscale: #4C4C4C. Windows color (decimal): -9942014 or 150632. OLE color: 150632.

HSL color Cylindrical-coordinate representation of color #684C02: hue angle of 43.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #684C02 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB104762-
CMYK00.270.980.59
HSL43.53º96.23%20.78%-
HSV(B)43.53º98.08%40.78%-
XYZ8.38.121.19-
YUV75.9486.28148.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 76 (30.08% from 255) = 41.76%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=57.14%
G=41.76%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10476200.270.980.5943.5396.2320.78
Hex684C201B623B2c6015
Octal1501142033142735414025
Binary11010001001100100110111100010111011101100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684C02; }

 p { color: rgb(104,76,2); }

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

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

 a { background-color: rgb(104,76,2); }

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

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

 span { border-color: rgb(104,76,2); }

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