Html Css Color HEX #684300 Raw Umber

📋 copy color: '#684300'

red 104 ◦ green 67 ◦ blue 0

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

Shades of Raw Umber #684300

Tints of Raw Umber #684300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.18%

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

R = 60.82%
G = 39.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#684300 (or 0x684300) is known color: Raw Umber. HEX triplet: 68, 43 and 00. RGB value is (104,67,0). Sum of RGB (Red+Green+Blue) = 104+67+0=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #684300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684300 is #97BCFF. Grayscale: #464646. Windows color (decimal): -9944320 or 17256. OLE color: 17256.

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

Color convert

RGB 104 67 0 -
CMYK 0 0.36 1 0.59
HSL 38.65º 1% 0.2% -
HSV(B) 38.65º 1% 0.41% -
XYZ 7.72 6.96 0.94 -
YUV 70.43 88.26 151.95 -
System Red Green Blue C M Y K H S L
Decimal 104 67 0 0 0.36 1 0.59 38.65 1 0.2
Hex 68 43 0 0 24 64 3B 27 64 14
Octal 150 103 0 0 44 144 73 47 144 24
Binary 1101000 1000011 0 0 100100 1100100 111011 100111 1100100 10100

Color Harmonies of #684300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684300

Black with #684300

Text Example


Text Example

White with #684300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684300; }

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

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

background-color css

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

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

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

border-color css

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

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

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