Html Css Color HEX #6B550B Raw Umber

📋 copy color: '#6B550B'

red 107 ◦ green 85 ◦ blue 11

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

Shades of Raw Umber #6B550B

Tints of Raw Umber #6B550B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

 BLUE value IS 11 (4.69% from 255) = 5.42%

R = 52.71%
G = 41.87%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6B550B (or 0x6B550B) is known color: Raw Umber. HEX triplet: 6B, 55 and 0B. RGB value is (107,85,11). Sum of RGB (Red+Green+Blue) = 107+85+11=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B550B is #94AAF4. Grayscale: #535353. Windows color (decimal): -9743093 or 742763. OLE color: 742763.

HSL color Cylindrical-coordinate representation of color #6B550B: hue angle of 46.25º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B550B is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 85 11 -
CMYK 0 0.21 0.90 0.58
HSL 46.25º 0.81% 0.23% -
HSV(B) 46.25º 0.9% 0.42% -
XYZ 9.37 9.65 1.68 -
YUV 83.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 107 85 11 0 0.21 0.90 0.58 46.25 0.81 0.23
Hex 6B 55 B 0 15 5A 3A 2E 51 17
Octal 153 125 13 0 25 132 72 56 121 27
Binary 1101011 1010101 1011 0 10101 1011010 111010 101110 1010001 10111

Color Harmonies of #6B550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B550B

Black with #6B550B

Text Example


Text Example

White with #6B550B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,85,11); }

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

background-color css

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

 a { background-color: rgb(107,85,11); }

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

border-color css

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

 span { border-color: rgb(107,85,11); }

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