Html Css Color HEX #685502 Raw Umber

📋 copy color: '#685502'

red 104 ◦ green 85 ◦ blue 2

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

Shades of Raw Umber #685502

Tints of Raw Umber #685502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

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

R = 54.45%
G = 44.5%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#685502 (or 0x685502) is known color: Raw Umber. HEX triplet: 68, 55 and 02. RGB value is (104,85,2). Sum of RGB (Red+Green+Blue) = 104+85+2=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #685502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685502 is #97AAFD. Grayscale: #515151. Windows color (decimal): -9939710 or 152936. OLE color: 152936.

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

Color convert

RGB 104 85 2 -
CMYK 0 0.18 0.98 0.59
HSL 48.82º 0.96% 0.21% -
HSV(B) 48.82º 0.98% 0.41% -
XYZ 8.97 9.44 1.41 -
YUV 81.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 104 85 2 0 0.18 0.98 0.59 48.82 0.96 0.21
Hex 68 55 2 0 12 62 3B 31 60 15
Octal 150 125 2 0 22 142 73 61 140 25
Binary 1101000 1010101 10 0 10010 1100010 111011 110001 1100000 10101

Color Harmonies of #685502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685502

Black with #685502

Text Example


Text Example

White with #685502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685502; }

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

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

background-color css

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

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

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

border-color css

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

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

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