Html Css Color HEX #6B470D Raw Umber

📋 copy color: '#6B470D'

red 107 ◦ green 71 ◦ blue 13

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

Shades of Raw Umber #6B470D

Tints of Raw Umber #6B470D

RGB

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

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

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

R = 56.02%
G = 37.17%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B470D (or 0x6B470D) is known color: Raw Umber. HEX triplet: 6B, 47 and 0D. RGB value is (107,71,13). Sum of RGB (Red+Green+Blue) = 107+71+13=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B470D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B470D is #94B8F2. Grayscale: #4B4B4B. Windows color (decimal): -9746675 or 870251. OLE color: 870251.

HSL color Cylindrical-coordinate representation of color #6B470D: hue angle of 37.02º 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 #6B470D is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 71 13 -
CMYK 0 0.34 0.88 0.58
HSL 37.02º 0.78% 0.24% -
HSV(B) 37.02º 0.88% 0.42% -
XYZ 8.39 7.66 1.42 -
YUV 75.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 107 71 13 0 0.34 0.88 0.58 37.02 0.78 0.24
Hex 6B 47 D 0 22 58 3A 25 4E 18
Octal 153 107 15 0 42 130 72 45 116 30
Binary 1101011 1000111 1101 0 100010 1011000 111010 100101 1001110 11000

Color Harmonies of #6B470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B470D

Black with #6B470D

Text Example


Text Example

White with #6B470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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