Html Css Color HEX #68440B Raw Umber

📋 copy color: '#68440B'

red 104 ◦ green 68 ◦ blue 11

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

Shades of Raw Umber #68440B

Tints of Raw Umber #68440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.01%

R = 56.83%
G = 37.16%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#68440B (or 0x68440B) is known color: Raw Umber. HEX triplet: 68, 44 and 0B. RGB value is (104,68,11). Sum of RGB (Red+Green+Blue) = 104+68+11=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68440B is #97BBF4. Grayscale: #484848. Windows color (decimal): -9944053 or 738408. OLE color: 738408.

HSL color Cylindrical-coordinate representation of color #68440B: hue angle of 36.77º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68440B is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 68 11 -
CMYK 0 0.35 0.89 0.59
HSL 36.77º 0.81% 0.23% -
HSV(B) 36.77º 0.89% 0.41% -
XYZ 7.84 7.1 1.27 -
YUV 72.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 104 68 11 0 0.35 0.89 0.59 36.77 0.81 0.23
Hex 68 44 B 0 23 59 3B 25 51 17
Octal 150 104 13 0 43 131 73 45 121 27
Binary 1101000 1000100 1011 0 100011 1011001 111011 100101 1010001 10111

Color Harmonies of #68440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68440B

Black with #68440B

Text Example


Text Example

White with #68440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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