Html Css Color HEX #6D311C Pueblo

📋 copy color: '#6D311C'

red 109 ◦ green 49 ◦ blue 28

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

Shades of Pueblo #6D311C

Tints of Pueblo #6D311C

RGB

 RED value IS 109 (42.97% from 255) = 58.6%

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

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

R = 58.6%
G = 26.34%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D311C (or 0x6D311C) is known color: Pueblo. HEX triplet: 6D, 31 and 1C. RGB value is (109,49,28). Sum of RGB (Red+Green+Blue) = 109+49+28=186 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.60% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 109 - color contains mainly: red. Hex color #6D311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D311C is #92CEE3. Grayscale: #404040. Windows color (decimal): -9621220 or 1847661. OLE color: 1847661.

HSL color Cylindrical-coordinate representation of color #6D311C: hue angle of 15.56º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D311C is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 49 28 -
CMYK 0 0.55 0.74 0.57
HSL 15.56º 0.59% 0.27% -
HSV(B) 15.56º 0.74% 0.43% -
XYZ 7.61 5.53 1.76 -
YUV 64.55 107.38 159.71 -
System Red Green Blue C M Y K H S L
Decimal 109 49 28 0 0.55 0.74 0.57 15.56 0.59 0.27
Hex 6D 31 1C 0 37 4A 39 10 3B 1B
Octal 155 61 34 0 67 112 71 20 73 33
Binary 1101101 110001 11100 0 110111 1001010 111001 10000 111011 11011

Color Harmonies of #6D311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D311C

Black with #6D311C

Text Example


Text Example

White with #6D311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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