Html Css Color HEX #6B480D Raw Umber

📋 copy color: '#6B480D'

red 107 ◦ green 72 ◦ blue 13

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

Shades of Raw Umber #6B480D

Tints of Raw Umber #6B480D

RGB

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

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

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

R = 55.73%
G = 37.5%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B480D (or 0x6B480D) is known color: Raw Umber. HEX triplet: 6B, 48 and 0D. RGB value is (107,72,13). Sum of RGB (Red+Green+Blue) = 107+72+13=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B480D is #94B7F2. Grayscale: #4C4C4C. Windows color (decimal): -9746419 or 870507. OLE color: 870507.

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

Color convert

RGB 107 72 13 -
CMYK 0 0.33 0.88 0.58
HSL 37.66º 0.78% 0.24% -
HSV(B) 37.66º 0.88% 0.42% -
XYZ 8.45 7.79 1.44 -
YUV 75.74 92.6 150.3 -
System Red Green Blue C M Y K H S L
Decimal 107 72 13 0 0.33 0.88 0.58 37.66 0.78 0.24
Hex 6B 48 D 0 21 58 3A 26 4E 18
Octal 153 110 15 0 41 130 72 46 116 30
Binary 1101011 1001000 1101 0 100001 1011000 111010 100110 1001110 11000

Color Harmonies of #6B480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B480D

Black with #6B480D

Text Example


Text Example

White with #6B480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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