Html Css Color HEX #6F311A Pueblo

📋 copy color: '#6F311A'

red 111 ◦ green 49 ◦ blue 26

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

Shades of Pueblo #6F311A

Tints of Pueblo #6F311A

RGB

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

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

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

R = 59.68%
G = 26.34%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F311A (or 0x6F311A) is known color: Pueblo. HEX triplet: 6F, 31 and 1A. RGB value is (111,49,26). Sum of RGB (Red+Green+Blue) = 111+49+26=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F311A is #90CEE5. Grayscale: #414141. Windows color (decimal): -9490150 or 1716591. OLE color: 1716591.

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

Color convert

RGB 111 49 26 -
CMYK 0 0.56 0.77 0.56
HSL 16.24º 0.62% 0.27% -
HSV(B) 16.24º 0.77% 0.44% -
XYZ 7.84 5.65 1.65 -
YUV 64.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 111 49 26 0 0.56 0.77 0.56 16.24 0.62 0.27
Hex 6F 31 1A 0 38 4D 38 10 3E 1B
Octal 157 61 32 0 70 115 70 20 76 33
Binary 1101111 110001 11010 0 111000 1001101 111000 10000 111110 11011

Color Harmonies of #6F311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F311A

Black with #6F311A

Text Example


Text Example

White with #6F311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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