Html Css Color HEX #68480C Raw Umber

📋 copy color: '#68480C'

red 104 ◦ green 72 ◦ blue 12

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

Shades of Raw Umber #68480C

Tints of Raw Umber #68480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.3%

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

R = 55.32%
G = 38.3%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68480C (or 0x68480C) is known color: Raw Umber. HEX triplet: 68, 48 and 0C. RGB value is (104,72,12). Sum of RGB (Red+Green+Blue) = 104+72+12=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68480C is #97B7F3. Grayscale: #4A4A4A. Windows color (decimal): -9943028 or 804968. OLE color: 804968.

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

Color convert

RGB 104 72 12 -
CMYK 0 0.31 0.88 0.59
HSL 39.13º 0.79% 0.23% -
HSV(B) 39.13º 0.88% 0.41% -
XYZ 8.09 7.6 1.39 -
YUV 74.73 92.6 148.88 -
System Red Green Blue C M Y K H S L
Decimal 104 72 12 0 0.31 0.88 0.59 39.13 0.79 0.23
Hex 68 48 C 0 1F 58 3B 27 4F 17
Octal 150 110 14 0 37 130 73 47 117 27
Binary 1101000 1001000 1100 0 11111 1011000 111011 100111 1001111 10111

Color Harmonies of #68480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68480C

Black with #68480C

Text Example


Text Example

White with #68480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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