Html Css Color HEX #685202 Raw Umber

📋 copy color: '#685202'

red 104 ◦ green 82 ◦ blue 2

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

Shades of Raw Umber #685202

Tints of Raw Umber #685202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.62%

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 55.32%
G = 43.62%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#685202 (or 0x685202) is known color: Raw Umber. HEX triplet: 68, 52 and 02. RGB value is (104,82,2). Sum of RGB (Red+Green+Blue) = 104+82+2=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #685202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685202 is #97ADFD. Grayscale: #4F4F4F. Windows color (decimal): -9940478 or 152168. OLE color: 152168.

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

Color convert

RGB 104 82 2 -
CMYK 0 0.21 0.98 0.59
HSL 47.06º 0.96% 0.21% -
HSV(B) 47.06º 0.98% 0.41% -
XYZ 8.74 8.98 1.33 -
YUV 79.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 104 82 2 0 0.21 0.98 0.59 47.06 0.96 0.21
Hex 68 52 2 0 15 62 3B 2F 60 15
Octal 150 122 2 0 25 142 73 57 140 25
Binary 1101000 1010010 10 0 10101 1100010 111011 101111 1100000 10101

Color Harmonies of #685202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685202

Black with #685202

Text Example


Text Example

White with #685202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685202; }

 p { color: rgb(104,82,2); }

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

background-color css

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

 a { background-color: rgb(104,82,2); }

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

border-color css

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

 span { border-color: rgb(104,82,2); }

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