Html Css Color HEX #6F311C Pueblo

📋 copy color: '#6F311C'

red 111 ◦ green 49 ◦ blue 28

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

Shades of Pueblo #6F311C

Tints of Pueblo #6F311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.89%

R = 59.04%
G = 26.06%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#6F311C (or 0x6F311C) is known color: Pueblo. HEX triplet: 6F, 31 and 1C. RGB value is (111,49,28). Sum of RGB (Red+Green+Blue) = 111+49+28=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F311C is #90CEE3. Grayscale: #414141. Windows color (decimal): -9490148 or 1847663. OLE color: 1847663.

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

Color convert

RGB 111 49 28 -
CMYK 0 0.56 0.75 0.56
HSL 15.18º 0.6% 0.27% -
HSV(B) 15.18º 0.75% 0.44% -
XYZ 7.86 5.66 1.78 -
YUV 65.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 111 49 28 0 0.56 0.75 0.56 15.18 0.6 0.27
Hex 6F 31 1C 0 38 4B 38 F 3C 1B
Octal 157 61 34 0 70 113 70 17 74 33
Binary 1101111 110001 11100 0 111000 1001011 111000 1111 111100 11011

Color Harmonies of #6F311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F311C

Black with #6F311C

Text Example


Text Example

White with #6F311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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