Html Css Color HEX #68500D Raw Umber

📋 copy color: '#68500D'

red 104 ◦ green 80 ◦ blue 13

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

Shades of Raw Umber #68500D

Tints of Raw Umber #68500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.61%

 BLUE value IS 13 (5.47% from 255) = 6.6%

R = 52.79%
G = 40.61%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68500D (or 0x68500D) is known color: Raw Umber. HEX triplet: 68, 50 and 0D. RGB value is (104,80,13). Sum of RGB (Red+Green+Blue) = 104+80+13=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68500D is #97AFF2. Grayscale: #4F4F4F. Windows color (decimal): -9940979 or 872552. OLE color: 872552.

HSL color Cylindrical-coordinate representation of color #68500D: hue angle of 44.18º degrees, saturation: 0.78, 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 #68500D is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 13 -
CMYK 0 0.23 0.88 0.59
HSL 44.18º 0.78% 0.23% -
HSV(B) 44.18º 0.88% 0.41% -
XYZ 8.65 8.71 1.61 -
YUV 79.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 104 80 13 0 0.23 0.88 0.59 44.18 0.78 0.23
Hex 68 50 D 0 17 58 3B 2C 4E 17
Octal 150 120 15 0 27 130 73 54 116 27
Binary 1101000 1010000 1101 0 10111 1011000 111011 101100 1001110 10111

Color Harmonies of #68500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68500D

Black with #68500D

Text Example


Text Example

White with #68500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68500D; }

 p { color: rgb(104,80,13); }

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

background-color css

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

 a { background-color: rgb(104,80,13); }

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

border-color css

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

 span { border-color: rgb(104,80,13); }

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