Html Css Color HEX #68420D Raw Umber

📋 copy color: '#68420D'

red 104 ◦ green 66 ◦ blue 13

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

Shades of Raw Umber #68420D

Tints of Raw Umber #68420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.07%

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

R = 56.83%
G = 36.07%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68420D (or 0x68420D) is known color: Raw Umber. HEX triplet: 68, 42 and 0D. RGB value is (104,66,13). Sum of RGB (Red+Green+Blue) = 104+66+13=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68420D is #97BDF2. Grayscale: #474747. Windows color (decimal): -9944563 or 868968. OLE color: 868968.

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

Color convert

RGB 104 66 13 -
CMYK 0 0.37 0.88 0.59
HSL 34.95º 0.78% 0.23% -
HSV(B) 34.95º 0.88% 0.41% -
XYZ 7.73 6.87 1.3 -
YUV 71.32 95.09 151.31 -
System Red Green Blue C M Y K H S L
Decimal 104 66 13 0 0.37 0.88 0.59 34.95 0.78 0.23
Hex 68 42 D 0 25 58 3B 23 4E 17
Octal 150 102 15 0 45 130 73 43 116 27
Binary 1101000 1000010 1101 0 100101 1011000 111011 100011 1001110 10111

Color Harmonies of #68420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68420D

Black with #68420D

Text Example


Text Example

White with #68420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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