Html Css Color HEX #6B480C Raw Umber

📋 copy color: '#6B480C'

red 107 ◦ green 72 ◦ blue 12

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

Shades of Raw Umber #6B480C

Tints of Raw Umber #6B480C

RGB

 RED value IS 107 (42.19% from 255) = 56.02%

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

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

R = 56.02%
G = 37.7%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6B480C (or 0x6B480C) is known color: Raw Umber. HEX triplet: 6B, 48 and 0C. RGB value is (107,72,12). Sum of RGB (Red+Green+Blue) = 107+72+12=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B480C is #94B7F3. Grayscale: #4B4B4B. Windows color (decimal): -9746420 or 804971. OLE color: 804971.

HSL color Cylindrical-coordinate representation of color #6B480C: hue angle of 37.89º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B480C is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 72 12 -
CMYK 0 0.33 0.89 0.58
HSL 37.89º 0.8% 0.23% -
HSV(B) 37.89º 0.89% 0.42% -
XYZ 8.45 7.79 1.41 -
YUV 75.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 107 72 12 0 0.33 0.89 0.58 37.89 0.8 0.23
Hex 6B 48 C 0 21 59 3A 26 50 17
Octal 153 110 14 0 41 131 72 46 120 27
Binary 1101011 1001000 1100 0 100001 1011001 111010 100110 1010000 10111

Color Harmonies of #6B480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B480C

Black with #6B480C

Text Example


Text Example

White with #6B480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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