Html Css Color HEX #6F541A Raw Umber

📋 copy color: '#6F541A'

red 111 ◦ green 84 ◦ blue 26

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

Shades of Raw Umber #6F541A

Tints of Raw Umber #6F541A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.76%

R = 50.23%
G = 38.01%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F541A (or 0x6F541A) is known color: Raw Umber. HEX triplet: 6F, 54 and 1A. RGB value is (111,84,26). Sum of RGB (Red+Green+Blue) = 111+84+26=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F541A is #90ABE5. Grayscale: #555555. Windows color (decimal): -9481190 or 1725551. OLE color: 1725551.

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

Color convert

RGB 111 84 26 -
CMYK 0 0.24 0.77 0.56
HSL 40.94º 0.62% 0.27% -
HSV(B) 40.94º 0.77% 0.44% -
XYZ 9.91 9.79 2.35 -
YUV 85.46 94.45 146.22 -
System Red Green Blue C M Y K H S L
Decimal 111 84 26 0 0.24 0.77 0.56 40.94 0.62 0.27
Hex 6F 54 1A 0 18 4D 38 29 3E 1B
Octal 157 124 32 0 30 115 70 51 76 33
Binary 1101111 1010100 11010 0 11000 1001101 111000 101001 111110 11011

Color Harmonies of #6F541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F541A

Black with #6F541A

Text Example


Text Example

White with #6F541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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