Html Css Color HEX #68560C Raw Umber

📋 copy color: '#68560C'

red 104 ◦ green 86 ◦ blue 12

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

Shades of Raw Umber #68560C

Tints of Raw Umber #68560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.57%

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

R = 51.49%
G = 42.57%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68560C (or 0x68560C) is known color: Raw Umber. HEX triplet: 68, 56 and 0C. RGB value is (104,86,12). Sum of RGB (Red+Green+Blue) = 104+86+12=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68560C is #97A9F3. Grayscale: #535353. Windows color (decimal): -9939444 or 808552. OLE color: 808552.

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

Color convert

RGB 104 86 12 -
CMYK 0 0.17 0.88 0.59
HSL 48.26º 0.79% 0.23% -
HSV(B) 48.26º 0.88% 0.41% -
XYZ 9.1 9.63 1.73 -
YUV 82.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 104 86 12 0 0.17 0.88 0.59 48.26 0.79 0.23
Hex 68 56 C 0 11 58 3B 30 4F 17
Octal 150 126 14 0 21 130 73 60 117 27
Binary 1101000 1010110 1100 0 10001 1011000 111011 110000 1001111 10111

Color Harmonies of #68560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68560C

Black with #68560C

Text Example


Text Example

White with #68560C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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