Html Css Color HEX #68490C Raw Umber

📋 copy color: '#68490C'

red 104 ◦ green 73 ◦ blue 12

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

Shades of Raw Umber #68490C

Tints of Raw Umber #68490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.62%

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

R = 55.03%
G = 38.62%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68490C (or 0x68490C) is known color: Raw Umber. HEX triplet: 68, 49 and 0C. RGB value is (104,73,12). Sum of RGB (Red+Green+Blue) = 104+73+12=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #68490C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68490C is #97B6F3. Grayscale: #4B4B4B. Windows color (decimal): -9942772 or 805224. OLE color: 805224.

HSL color Cylindrical-coordinate representation of color #68490C: hue angle of 39.78º 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 #68490C is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 73 12 -
CMYK 0 0.30 0.88 0.59
HSL 39.78º 0.79% 0.23% -
HSV(B) 39.78º 0.88% 0.41% -
XYZ 8.16 7.73 1.41 -
YUV 75.32 92.27 148.46 -
System Red Green Blue C M Y K H S L
Decimal 104 73 12 0 0.30 0.88 0.59 39.78 0.79 0.23
Hex 68 49 C 0 1E 58 3B 28 4F 17
Octal 150 111 14 0 36 130 73 50 117 27
Binary 1101000 1001001 1100 0 11110 1011000 111011 101000 1001111 10111

Color Harmonies of #68490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68490C

Black with #68490C

Text Example


Text Example

White with #68490C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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