Html Css Color HEX #6C4613 Raw Umber

📋 copy color: '#6C4613'

red 108 ◦ green 70 ◦ blue 19

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

Shades of Raw Umber #6C4613

Tints of Raw Umber #6C4613

RGB

 RED value IS 108 (42.58% from 255) = 54.82%

 GREEN value IS 70 (27.73% from 255) = 35.53%

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 54.82%
G = 35.53%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6C4613 (or 0x6C4613) is known color: Raw Umber. HEX triplet: 6C, 46 and 13. RGB value is (108,70,19). Sum of RGB (Red+Green+Blue) = 108+70+19=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4613 is #93B9EC. Grayscale: #4B4B4B. Windows color (decimal): -9681389 or 1263212. OLE color: 1263212.

HSL color Cylindrical-coordinate representation of color #6C4613: hue angle of 34.38º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C4613 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 70 19 -
CMYK 0 0.35 0.82 0.58
HSL 34.38º 0.7% 0.25% -
HSV(B) 34.38º 0.82% 0.42% -
XYZ 8.49 7.62 1.64 -
YUV 75.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 108 70 19 0 0.35 0.82 0.58 34.38 0.7 0.25
Hex 6C 46 13 0 23 52 3A 22 46 19
Octal 154 106 23 0 43 122 72 42 106 31
Binary 1101100 1000110 10011 0 100011 1010010 111010 100010 1000110 11001

Color Harmonies of #6C4613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4613

Black with #6C4613

Text Example


Text Example

White with #6C4613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C4613; }

 p { color: rgb(108,70,19); }

 H1.HeaderClassName
 {
   color: #6C4613;
 }
 .AnyTagClassName
 {
   color: #6C4613;
 }
</style>

background-color css

<style>
 a { background-color: #6C4613; }

 a { background-color: rgb(108,70,19); }

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

border-color css

<style>
 span { border-color: #6C4613; }

 span { border-color: rgb(108,70,19); }

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