Html Css Color HEX #684600 Raw Umber

📋 copy color: '#684600'

red 104 ◦ green 70 ◦ blue 0

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

Shades of Raw Umber #684600

Tints of Raw Umber #684600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.23%

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

R = 59.77%
G = 40.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#684600 (or 0x684600) is known color: Raw Umber. HEX triplet: 68, 46 and 00. RGB value is (104,70,0). Sum of RGB (Red+Green+Blue) = 104+70+0=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #684600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684600 is #97B9FF. Grayscale: #484848. Windows color (decimal): -9943552 or 18024. OLE color: 18024.

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

Color convert

RGB 104 70 0 -
CMYK 0 0.33 1 0.59
HSL 40.38º 1% 0.2% -
HSV(B) 40.38º 1% 0.41% -
XYZ 7.9 7.32 1 -
YUV 72.19 87.26 150.69 -
System Red Green Blue C M Y K H S L
Decimal 104 70 0 0 0.33 1 0.59 40.38 1 0.2
Hex 68 46 0 0 21 64 3B 28 64 14
Octal 150 106 0 0 41 144 73 50 144 24
Binary 1101000 1000110 0 0 100001 1100100 111011 101000 1100100 10100

Color Harmonies of #684600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684600

Black with #684600

Text Example


Text Example

White with #684600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684600; }

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

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

background-color css

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

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

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

border-color css

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

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

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