Html Css Color HEX #68521A Raw Umber

📋 copy color: '#68521A'

red 104 ◦ green 82 ◦ blue 26

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

Shades of Raw Umber #68521A

Tints of Raw Umber #68521A

RGB

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

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

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

R = 49.06%
G = 38.68%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68521A (or 0x68521A) is known color: Raw Umber. HEX triplet: 68, 52 and 1A. RGB value is (104,82,26). Sum of RGB (Red+Green+Blue) = 104+82+26=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #68521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68521A is #97ADE5. Grayscale: #525252. Windows color (decimal): -9940454 or 1725032. OLE color: 1725032.

HSL color Cylindrical-coordinate representation of color #68521A: hue angle of 43.08º 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 #68521A is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 82 26 -
CMYK 0 0.21 0.75 0.59
HSL 43.08º 0.6% 0.25% -
HSV(B) 43.08º 0.75% 0.41% -
XYZ 8.91 9.05 2.25 -
YUV 82.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 104 82 26 0 0.21 0.75 0.59 43.08 0.6 0.25
Hex 68 52 1A 0 15 4B 3B 2B 3C 19
Octal 150 122 32 0 25 113 73 53 74 31
Binary 1101000 1010010 11010 0 10101 1001011 111011 101011 111100 11001

Color Harmonies of #68521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68521A

Black with #68521A

Text Example


Text Example

White with #68521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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