Html Css Color HEX #68520C Raw Umber

📋 copy color: '#68520C'

red 104 ◦ green 82 ◦ blue 12

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

Shades of Raw Umber #68520C

Tints of Raw Umber #68520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.06%

R = 52.53%
G = 41.41%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68520C (or 0x68520C) is known color: Raw Umber. HEX triplet: 68, 52 and 0C. RGB value is (104,82,12). Sum of RGB (Red+Green+Blue) = 104+82+12=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68520C is #97ADF3. Grayscale: #505050. Windows color (decimal): -9940468 or 807528. OLE color: 807528.

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

Color convert

RGB 104 82 12 -
CMYK 0 0.21 0.88 0.59
HSL 45.65º 0.79% 0.23% -
HSV(B) 45.65º 0.88% 0.41% -
XYZ 8.79 9 1.62 -
YUV 80.6 89.29 144.69 -
System Red Green Blue C M Y K H S L
Decimal 104 82 12 0 0.21 0.88 0.59 45.65 0.79 0.23
Hex 68 52 C 0 15 58 3B 2E 4F 17
Octal 150 122 14 0 25 130 73 56 117 27
Binary 1101000 1010010 1100 0 10101 1011000 111011 101110 1001111 10111

Color Harmonies of #68520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68520C

Black with #68520C

Text Example


Text Example

White with #68520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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