Html Css Color HEX #684000 Raw Umber

📋 copy color: '#684000'

red 104 ◦ green 64 ◦ blue 0

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

Shades of Raw Umber #684000

Tints of Raw Umber #684000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.1%

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

R = 61.9%
G = 38.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#684000 (or 0x684000) is known color: Raw Umber. HEX triplet: 68, 40 and 00. RGB value is (104,64,0). Sum of RGB (Red+Green+Blue) = 104+64+0=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #684000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684000 is #97BFFF. Grayscale: #444444. Windows color (decimal): -9945088 or 16488. OLE color: 16488.

HSL color Cylindrical-coordinate representation of color #684000: hue angle of 36.92º 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 #684000 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 64 0 -
CMYK 0 0.38 1 0.59
HSL 36.92º 1% 0.2% -
HSV(B) 36.92º 1% 0.41% -
XYZ 7.54 6.61 0.88 -
YUV 68.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 104 64 0 0 0.38 1 0.59 36.92 1 0.2
Hex 68 40 0 0 26 64 3B 25 64 14
Octal 150 100 0 0 46 144 73 45 144 24
Binary 1101000 1000000 0 0 100110 1100100 111011 100101 1100100 10100

Color Harmonies of #684000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684000

Black with #684000

Text Example


Text Example

White with #684000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684000; }

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

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

background-color css

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

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

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

border-color css

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

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

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