Html Css Color HEX #685301 Raw Umber

📋 copy color: '#685301'

red 104 ◦ green 83 ◦ blue 1

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

Shades of Raw Umber #685301

Tints of Raw Umber #685301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.15%

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 55.32%
G = 44.15%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#685301 (or 0x685301) is known color: Raw Umber. HEX triplet: 68, 53 and 01. RGB value is (104,83,1). Sum of RGB (Red+Green+Blue) = 104+83+1=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #685301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685301 is #97ACFE. Grayscale: #505050. Windows color (decimal): -9940223 or 86888. OLE color: 86888.

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

Color convert

RGB 104 83 1 -
CMYK 0 0.20 0.99 0.59
HSL 47.77º 0.98% 0.21% -
HSV(B) 47.77º 0.99% 0.41% -
XYZ 8.81 9.13 1.33 -
YUV 79.93 83.46 145.17 -
System Red Green Blue C M Y K H S L
Decimal 104 83 1 0 0.20 0.99 0.59 47.77 0.98 0.21
Hex 68 53 1 0 14 63 3B 30 62 15
Octal 150 123 1 0 24 143 73 60 142 25
Binary 1101000 1010011 1 0 10100 1100011 111011 110000 1100010 10101

Color Harmonies of #685301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685301

Black with #685301

Text Example


Text Example

White with #685301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685301; }

 p { color: rgb(104,83,1); }

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

background-color css

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

 a { background-color: rgb(104,83,1); }

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

border-color css

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

 span { border-color: rgb(104,83,1); }

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