Html Css Color HEX #68470D Raw Umber

📋 copy color: '#68470D'

red 104 ◦ green 71 ◦ blue 13

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

Shades of Raw Umber #68470D

Tints of Raw Umber #68470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 55.32%
G = 37.77%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68470D (or 0x68470D) is known color: Raw Umber. HEX triplet: 68, 47 and 0D. RGB value is (104,71,13). Sum of RGB (Red+Green+Blue) = 104+71+13=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68470D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68470D is #97B8F2. Grayscale: #4A4A4A. Windows color (decimal): -9943283 or 870248. OLE color: 870248.

HSL color Cylindrical-coordinate representation of color #68470D: hue angle of 38.24º degrees, saturation: 0.78, 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 #68470D is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 71 13 -
CMYK 0 0.32 0.88 0.59
HSL 38.24º 0.78% 0.23% -
HSV(B) 38.24º 0.88% 0.41% -
XYZ 8.03 7.48 1.4 -
YUV 74.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 104 71 13 0 0.32 0.88 0.59 38.24 0.78 0.23
Hex 68 47 D 0 20 58 3B 26 4E 17
Octal 150 107 15 0 40 130 73 46 116 27
Binary 1101000 1000111 1101 0 100000 1011000 111011 100110 1001110 10111

Color Harmonies of #68470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68470D

Black with #68470D

Text Example


Text Example

White with #68470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68470D; }

 p { color: rgb(104,71,13); }

 H1.HeaderClassName
 {
   color: #68470D;
 }
 .AnyTagClassName
 {
   color: #68470D;
 }
</style>

background-color css

<style>
 a { background-color: #68470D; }

 a { background-color: rgb(104,71,13); }

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

border-color css

<style>
 span { border-color: #68470D; }

 span { border-color: rgb(104,71,13); }

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