Html Css Color HEX #6B5013 Raw Umber

📋 copy color: '#6B5013'

red 107 ◦ green 80 ◦ blue 19

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

Shades of Raw Umber #6B5013

Tints of Raw Umber #6B5013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.83%

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

R = 51.94%
G = 38.83%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6B5013 (or 0x6B5013) is known color: Raw Umber. HEX triplet: 6B, 50 and 13. RGB value is (107,80,19). Sum of RGB (Red+Green+Blue) = 107+80+19=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5013 is #94AFEC. Grayscale: #515151. Windows color (decimal): -9744365 or 1265771. OLE color: 1265771.

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

Color convert

RGB 107 80 19 -
CMYK 0 0.25 0.82 0.58
HSL 41.59º 0.7% 0.25% -
HSV(B) 41.59º 0.82% 0.42% -
XYZ 9.05 8.91 1.86 -
YUV 81.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 107 80 19 0 0.25 0.82 0.58 41.59 0.7 0.25
Hex 6B 50 13 0 19 52 3A 2A 46 19
Octal 153 120 23 0 31 122 72 52 106 31
Binary 1101011 1010000 10011 0 11001 1010010 111010 101010 1000110 11001

Color Harmonies of #6B5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5013

Black with #6B5013

Text Example


Text Example

White with #6B5013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,80,19); }

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

background-color css

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

 a { background-color: rgb(107,80,19); }

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

border-color css

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

 span { border-color: rgb(107,80,19); }

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