Html Css Color HEX #6F550D Raw Umber

📋 copy color: '#6F550D'

red 111 ◦ green 85 ◦ blue 13

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

Shades of Raw Umber #6F550D

Tints of Raw Umber #6F550D

RGB

 RED value IS 111 (43.75% from 255) = 53.11%

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

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

R = 53.11%
G = 40.67%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F550D (or 0x6F550D) is known color: Raw Umber. HEX triplet: 6F, 55 and 0D. RGB value is (111,85,13). Sum of RGB (Red+Green+Blue) = 111+85+13=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F550D is #90AAF2. Grayscale: #545454. Windows color (decimal): -9480947 or 873839. OLE color: 873839.

HSL color Cylindrical-coordinate representation of color #6F550D: hue angle of 44.08º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F550D is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 85 13 -
CMYK 0 0.23 0.88 0.56
HSL 44.08º 0.79% 0.24% -
HSV(B) 44.08º 0.88% 0.44% -
XYZ 9.88 9.91 1.77 -
YUV 84.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 111 85 13 0 0.23 0.88 0.56 44.08 0.79 0.24
Hex 6F 55 D 0 17 58 38 2C 4F 18
Octal 157 125 15 0 27 130 70 54 117 30
Binary 1101111 1010101 1101 0 10111 1011000 111000 101100 1001111 11000

Color Harmonies of #6F550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F550D

Black with #6F550D

Text Example


Text Example

White with #6F550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,85,13); }

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

background-color css

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

 a { background-color: rgb(111,85,13); }

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

border-color css

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

 span { border-color: rgb(111,85,13); }

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