Html Css Color HEX #68550C Raw Umber

📋 copy color: '#68550C'

red 104 ◦ green 85 ◦ blue 12

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

Shades of Raw Umber #68550C

Tints of Raw Umber #68550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.29%

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

R = 51.74%
G = 42.29%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68550C (or 0x68550C) is known color: Raw Umber. HEX triplet: 68, 55 and 0C. RGB value is (104,85,12). Sum of RGB (Red+Green+Blue) = 104+85+12=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68550C is #97AAF3. Grayscale: #525252. Windows color (decimal): -9939700 or 808296. OLE color: 808296.

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

Color convert

RGB 104 85 12 -
CMYK 0 0.18 0.88 0.59
HSL 47.61º 0.79% 0.23% -
HSV(B) 47.61º 0.88% 0.41% -
XYZ 9.02 9.47 1.7 -
YUV 82.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 104 85 12 0 0.18 0.88 0.59 47.61 0.79 0.23
Hex 68 55 C 0 12 58 3B 30 4F 17
Octal 150 125 14 0 22 130 73 60 117 27
Binary 1101000 1010101 1100 0 10010 1011000 111011 110000 1001111 10111

Color Harmonies of #68550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68550C

Black with #68550C

Text Example


Text Example

White with #68550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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