Html Css Color HEX #68550F Raw Umber

📋 copy color: '#68550F'

red 104 ◦ green 85 ◦ blue 15

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

Shades of Raw Umber #68550F

Tints of Raw Umber #68550F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.35%

R = 50.98%
G = 41.67%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#68550F (or 0x68550F) is known color: Raw Umber. HEX triplet: 68, 55 and 0F. RGB value is (104,85,15). Sum of RGB (Red+Green+Blue) = 104+85+15=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68550F is #97AAF0. Grayscale: #535353. Windows color (decimal): -9939697 or 1004904. OLE color: 1004904.

HSL color Cylindrical-coordinate representation of color #68550F: hue angle of 47.19º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68550F is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 85 15 -
CMYK 0 0.18 0.86 0.59
HSL 47.19º 0.75% 0.23% -
HSV(B) 47.19º 0.86% 0.41% -
XYZ 9.04 9.47 1.8 -
YUV 82.7 89.79 143.19 -
System Red Green Blue C M Y K H S L
Decimal 104 85 15 0 0.18 0.86 0.59 47.19 0.75 0.23
Hex 68 55 F 0 12 56 3B 2F 4B 17
Octal 150 125 17 0 22 126 73 57 113 27
Binary 1101000 1010101 1111 0 10010 1010110 111011 101111 1001011 10111

Color Harmonies of #68550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68550F

Black with #68550F

Text Example


Text Example

White with #68550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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