Html Css Color HEX #68440A Raw Umber

📋 copy color: '#68440A'

red 104 ◦ green 68 ◦ blue 10

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

Shades of Raw Umber #68440A

Tints of Raw Umber #68440A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.36%

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

R = 57.14%
G = 37.36%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#68440A (or 0x68440A) is known color: Raw Umber. HEX triplet: 68, 44 and 0A. RGB value is (104,68,10). Sum of RGB (Red+Green+Blue) = 104+68+10=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68440A is #97BBF5. Grayscale: #484848. Windows color (decimal): -9944054 or 672872. OLE color: 672872.

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

Color convert

RGB 104 68 10 -
CMYK 0 0.35 0.90 0.59
HSL 37.02º 0.82% 0.22% -
HSV(B) 37.02º 0.9% 0.41% -
XYZ 7.83 7.1 1.24 -
YUV 72.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 104 68 10 0 0.35 0.90 0.59 37.02 0.82 0.22
Hex 68 44 A 0 23 5A 3B 25 52 16
Octal 150 104 12 0 43 132 73 45 122 26
Binary 1101000 1000100 1010 0 100011 1011010 111011 100101 1010010 10110

Color Harmonies of #68440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68440A

Black with #68440A

Text Example


Text Example

White with #68440A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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