Html Css Color HEX #685302 Raw Umber

📋 copy color: '#685302'

red 104 ◦ green 83 ◦ blue 2

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

Shades of Raw Umber #685302

Tints of Raw Umber #685302

RGB

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

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

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

R = 55.03%
G = 43.92%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#685302 (or 0x685302) is known color: Raw Umber. HEX triplet: 68, 53 and 02. RGB value is (104,83,2). Sum of RGB (Red+Green+Blue) = 104+83+2=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #685302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685302 is #97ACFD. Grayscale: #505050. Windows color (decimal): -9940222 or 152424. OLE color: 152424.

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

Color convert

RGB 104 83 2 -
CMYK 0 0.20 0.98 0.59
HSL 47.65º 0.96% 0.21% -
HSV(B) 47.65º 0.98% 0.41% -
XYZ 8.81 9.13 1.36 -
YUV 80.05 83.96 145.09 -
System Red Green Blue C M Y K H S L
Decimal 104 83 2 0 0.20 0.98 0.59 47.65 0.96 0.21
Hex 68 53 2 0 14 62 3B 30 60 15
Octal 150 123 2 0 24 142 73 60 140 25
Binary 1101000 1010011 10 0 10100 1100010 111011 110000 1100000 10101

Color Harmonies of #685302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685302

Black with #685302

Text Example


Text Example

White with #685302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685302; }

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

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

background-color css

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

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

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

border-color css

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

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

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