Html Css Color HEX #6F311F Pueblo

📋 copy color: '#6F311F'

red 111 ◦ green 49 ◦ blue 31

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

Shades of Pueblo #6F311F

Tints of Pueblo #6F311F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.65%

 BLUE value IS 31 (12.5% from 255) = 16.23%

R = 58.12%
G = 25.65%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F311F (or 0x6F311F) is known color: Pueblo. HEX triplet: 6F, 31 and 1F. RGB value is (111,49,31). Sum of RGB (Red+Green+Blue) = 111+49+31=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F311F is #90CEE0. Grayscale: #414141. Windows color (decimal): -9490145 or 2044271. OLE color: 2044271.

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

Color convert

RGB 111 49 31 -
CMYK 0 0.56 0.72 0.56
HSL 13.5º 0.56% 0.28% -
HSV(B) 13.5º 0.72% 0.44% -
XYZ 7.9 5.68 1.98 -
YUV 65.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 111 49 31 0 0.56 0.72 0.56 13.5 0.56 0.28
Hex 6F 31 1F 0 38 48 38 E 38 1C
Octal 157 61 37 0 70 110 70 16 70 34
Binary 1101111 110001 11111 0 111000 1001000 111000 1110 111000 11100

Color Harmonies of #6F311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F311F

Black with #6F311F

Text Example


Text Example

White with #6F311F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,49,31); }

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

background-color css

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

 a { background-color: rgb(111,49,31); }

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

border-color css

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

 span { border-color: rgb(111,49,31); }

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