Html Css Color HEX #68420A Raw Umber

📋 copy color: '#68420A'

red 104 ◦ green 66 ◦ blue 10

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

Shades of Raw Umber #68420A

Tints of Raw Umber #68420A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.56%

R = 57.78%
G = 36.67%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#68420A (or 0x68420A) is known color: Raw Umber. HEX triplet: 68, 42 and 0A. RGB value is (104,66,10). Sum of RGB (Red+Green+Blue) = 104+66+10=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #68420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68420A is #97BDF5. Grayscale: #474747. Windows color (decimal): -9944566 or 672360. OLE color: 672360.

HSL color Cylindrical-coordinate representation of color #68420A: hue angle of 35.74º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68420A is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 66 10 -
CMYK 0 0.37 0.90 0.59
HSL 35.74º 0.82% 0.22% -
HSV(B) 35.74º 0.9% 0.41% -
XYZ 7.71 6.86 1.21 -
YUV 70.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 104 66 10 0 0.37 0.90 0.59 35.74 0.82 0.22
Hex 68 42 A 0 25 5A 3B 24 52 16
Octal 150 102 12 0 45 132 73 44 122 26
Binary 1101000 1000010 1010 0 100101 1011010 111011 100100 1010010 10110

Color Harmonies of #68420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68420A

Black with #68420A

Text Example


Text Example

White with #68420A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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