Html Css Color HEX #6F540D Raw Umber

📋 copy color: '#6F540D'

red 111 ◦ green 84 ◦ blue 13

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

Shades of Raw Umber #6F540D

Tints of Raw Umber #6F540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.38%

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

R = 53.37%
G = 40.38%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F540D (or 0x6F540D) is known color: Raw Umber. HEX triplet: 6F, 54 and 0D. RGB value is (111,84,13). Sum of RGB (Red+Green+Blue) = 111+84+13=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F540D is #90ABF2. Grayscale: #545454. Windows color (decimal): -9481203 or 873583. OLE color: 873583.

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

Color convert

RGB 111 84 13 -
CMYK 0 0.24 0.88 0.56
HSL 43.47º 0.79% 0.24% -
HSV(B) 43.47º 0.88% 0.44% -
XYZ 9.8 9.75 1.75 -
YUV 83.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 111 84 13 0 0.24 0.88 0.56 43.47 0.79 0.24
Hex 6F 54 D 0 18 58 38 2B 4F 18
Octal 157 124 15 0 30 130 70 53 117 30
Binary 1101111 1010100 1101 0 11000 1011000 111000 101011 1001111 11000

Color Harmonies of #6F540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F540D

Black with #6F540D

Text Example


Text Example

White with #6F540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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