Html Css Color HEX #6F531A Raw Umber

📋 copy color: '#6F531A'

red 111 ◦ green 83 ◦ blue 26

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

Shades of Raw Umber #6F531A

Tints of Raw Umber #6F531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.73%

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

R = 50.45%
G = 37.73%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F531A (or 0x6F531A) is known color: Raw Umber. HEX triplet: 6F, 53 and 1A. RGB value is (111,83,26). Sum of RGB (Red+Green+Blue) = 111+83+26=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F531A is #90ACE5. Grayscale: #555555. Windows color (decimal): -9481446 or 1725295. OLE color: 1725295.

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

Color convert

RGB 111 83 26 -
CMYK 0 0.25 0.77 0.56
HSL 40.24º 0.62% 0.27% -
HSV(B) 40.24º 0.77% 0.44% -
XYZ 9.84 9.64 2.32 -
YUV 84.87 94.78 146.63 -
System Red Green Blue C M Y K H S L
Decimal 111 83 26 0 0.25 0.77 0.56 40.24 0.62 0.27
Hex 6F 53 1A 0 19 4D 38 28 3E 1B
Octal 157 123 32 0 31 115 70 50 76 33
Binary 1101111 1010011 11010 0 11001 1001101 111000 101000 111110 11011

Color Harmonies of #6F531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F531A

Black with #6F531A

Text Example


Text Example

White with #6F531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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