Html Css Color HEX #685003 Raw Umber

📋 copy color: '#685003'

red 104 ◦ green 80 ◦ blue 3

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

Shades of Raw Umber #685003

Tints of Raw Umber #685003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.78%

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 55.61%
G = 42.78%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#685003 (or 0x685003) is known color: Raw Umber. HEX triplet: 68, 50 and 03. RGB value is (104,80,3). Sum of RGB (Red+Green+Blue) = 104+80+3=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #685003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685003 is #97AFFC. Grayscale: #4E4E4E. Windows color (decimal): -9940989 or 217192. OLE color: 217192.

HSL color Cylindrical-coordinate representation of color #685003: hue angle of 45.74º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #685003 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 3 -
CMYK 0 0.23 0.97 0.59
HSL 45.74º 0.94% 0.21% -
HSV(B) 45.74º 0.97% 0.41% -
XYZ 8.59 8.69 1.31 -
YUV 78.4 85.45 146.26 -
System Red Green Blue C M Y K H S L
Decimal 104 80 3 0 0.23 0.97 0.59 45.74 0.94 0.21
Hex 68 50 3 0 17 61 3B 2E 5E 15
Octal 150 120 3 0 27 141 73 56 136 25
Binary 1101000 1010000 11 0 10111 1100001 111011 101110 1011110 10101

Color Harmonies of #685003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685003

Black with #685003

Text Example


Text Example

White with #685003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685003; }

 p { color: rgb(104,80,3); }

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

background-color css

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

 a { background-color: rgb(104,80,3); }

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

border-color css

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

 span { border-color: rgb(104,80,3); }

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