Html Css Color HEX #684800 Raw Umber

📋 copy color: '#684800'

red 104 ◦ green 72 ◦ blue 0

#684800
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #684800

Tints of Raw Umber #684800

RGB

 RED value IS 104 (41.02% from 255) = 59.09%

 GREEN value IS 72 (28.52% from 255) = 40.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.09%
G = 40.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#684800 (or 0x684800) is known color: Raw Umber. HEX triplet: 68, 48 and 00. RGB value is (104,72,0). Sum of RGB (Red+Green+Blue) = 104+72+0=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #684800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684800 is #97B7FF. Grayscale: #494949. Windows color (decimal): -9943040 or 18536. OLE color: 18536.

HSL color Cylindrical-coordinate representation of color #684800: hue angle of 41.54º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #684800 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 72 0 -
CMYK 0 0.31 1 0.59
HSL 41.54º 1% 0.2% -
HSV(B) 41.54º 1% 0.41% -
XYZ 8.03 7.58 1.04 -
YUV 73.36 86.6 149.85 -
System Red Green Blue C M Y K H S L
Decimal 104 72 0 0 0.31 1 0.59 41.54 1 0.2
Hex 68 48 0 0 1F 64 3B 2A 64 14
Octal 150 110 0 0 37 144 73 52 144 24
Binary 1101000 1001000 0 0 11111 1100100 111011 101010 1100100 10100

Color Harmonies of #684800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684800

Black with #684800

Text Example


Text Example

White with #684800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684800; }

 p { color: rgb(104,72,0); }

 H1.HeaderClassName
 {
   color: #684800;
 }
 .AnyTagClassName
 {
   color: #684800;
 }
</style>

background-color css

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

 a { background-color: rgb(104,72,0); }

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

border-color css

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

 span { border-color: rgb(104,72,0); }

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