Html Css Color HEX #68420F Raw Umber

📋 copy color: '#68420F'

red 104 ◦ green 66 ◦ blue 15

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

Shades of Raw Umber #68420F

Tints of Raw Umber #68420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.11%

R = 56.22%
G = 35.68%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#68420F (or 0x68420F) is known color: Raw Umber. HEX triplet: 68, 42 and 0F. RGB value is (104,66,15). Sum of RGB (Red+Green+Blue) = 104+66+15=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68420F is #97BDF0. Grayscale: #474747. Windows color (decimal): -9944561 or 1000040. OLE color: 1000040.

HSL color Cylindrical-coordinate representation of color #68420F: hue angle of 34.38º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68420F is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 66 15 -
CMYK 0 0.37 0.86 0.59
HSL 34.38º 0.75% 0.23% -
HSV(B) 34.38º 0.86% 0.41% -
XYZ 7.74 6.87 1.37 -
YUV 71.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 104 66 15 0 0.37 0.86 0.59 34.38 0.75 0.23
Hex 68 42 F 0 25 56 3B 22 4B 17
Octal 150 102 17 0 45 126 73 42 113 27
Binary 1101000 1000010 1111 0 100101 1010110 111011 100010 1001011 10111

Color Harmonies of #68420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68420F

Black with #68420F

Text Example


Text Example

White with #68420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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