Html Css Color HEX #68511A Raw Umber

📋 copy color: '#68511A'

red 104 ◦ green 81 ◦ blue 26

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

Shades of Raw Umber #68511A

Tints of Raw Umber #68511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.39%

 BLUE value IS 26 (10.55% from 255) = 12.32%

R = 49.29%
G = 38.39%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68511A (or 0x68511A) is known color: Raw Umber. HEX triplet: 68, 51 and 1A. RGB value is (104,81,26). Sum of RGB (Red+Green+Blue) = 104+81+26=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #68511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68511A is #97AEE5. Grayscale: #515151. Windows color (decimal): -9940710 or 1724776. OLE color: 1724776.

HSL color Cylindrical-coordinate representation of color #68511A: hue angle of 42.31º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68511A is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 81 26 -
CMYK 0 0.22 0.75 0.59
HSL 42.31º 0.6% 0.25% -
HSV(B) 42.31º 0.75% 0.41% -
XYZ 8.84 8.9 2.23 -
YUV 81.61 96.62 143.97 -
System Red Green Blue C M Y K H S L
Decimal 104 81 26 0 0.22 0.75 0.59 42.31 0.6 0.25
Hex 68 51 1A 0 16 4B 3B 2A 3C 19
Octal 150 121 32 0 26 113 73 52 74 31
Binary 1101000 1010001 11010 0 10110 1001011 111011 101010 111100 11001

Color Harmonies of #68511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68511A

Black with #68511A

Text Example


Text Example

White with #68511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68511A; }

 p { color: rgb(104,81,26); }

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

background-color css

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

 a { background-color: rgb(104,81,26); }

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

border-color css

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

 span { border-color: rgb(104,81,26); }

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