Html Css Color HEX #684C00 Raw Umber

📋 copy color: '#684C00'

red 104 ◦ green 76 ◦ blue 0

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

Shades of Raw Umber #684C00

Tints of Raw Umber #684C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.22%

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

R = 57.78%
G = 42.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#684C00 (or 0x684C00) is known color: Raw Umber. HEX triplet: 68, 4C and 00. RGB value is (104,76,0). Sum of RGB (Red+Green+Blue) = 104+76+0=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #684C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684C00 is #97B3FF. Grayscale: #4C4C4C. Windows color (decimal): -9942016 or 19560. OLE color: 19560.

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

Color convert

RGB 104 76 0 -
CMYK 0 0.27 1 0.59
HSL 43.85º 1% 0.2% -
HSV(B) 43.85º 1% 0.41% -
XYZ 8.29 8.11 1.13 -
YUV 75.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 104 76 0 0 0.27 1 0.59 43.85 1 0.2
Hex 68 4C 0 0 1B 64 3B 2C 64 14
Octal 150 114 0 0 33 144 73 54 144 24
Binary 1101000 1001100 0 0 11011 1100100 111011 101100 1100100 10100

Color Harmonies of #684C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C00

Black with #684C00

Text Example


Text Example

White with #684C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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