Html Css Color HEX #68440C Raw Umber

📋 copy color: '#68440C'

red 104 ◦ green 68 ◦ blue 12

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

Shades of Raw Umber #68440C

Tints of Raw Umber #68440C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.52%

R = 56.52%
G = 36.96%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68440C (or 0x68440C) is known color: Raw Umber. HEX triplet: 68, 44 and 0C. RGB value is (104,68,12). Sum of RGB (Red+Green+Blue) = 104+68+12=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68440C is #97BBF3. Grayscale: #484848. Windows color (decimal): -9944052 or 803944. OLE color: 803944.

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

Color convert

RGB 104 68 12 -
CMYK 0 0.35 0.88 0.59
HSL 36.52º 0.79% 0.23% -
HSV(B) 36.52º 0.88% 0.41% -
XYZ 7.84 7.1 1.31 -
YUV 72.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 104 68 12 0 0.35 0.88 0.59 36.52 0.79 0.23
Hex 68 44 C 0 23 58 3B 25 4F 17
Octal 150 104 14 0 43 130 73 45 117 27
Binary 1101000 1000100 1100 0 100011 1011000 111011 100101 1001111 10111

Color Harmonies of #68440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68440C

Black with #68440C

Text Example


Text Example

White with #68440C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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