Html Css Color HEX #6D291C Pueblo

📋 copy color: '#6D291C'

red 109 ◦ green 41 ◦ blue 28

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

Shades of Pueblo #6D291C

Tints of Pueblo #6D291C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

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

R = 61.24%
G = 23.03%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D291C (or 0x6D291C) is known color: Pueblo. HEX triplet: 6D, 29 and 1C. RGB value is (109,41,28). Sum of RGB (Red+Green+Blue) = 109+41+28=178 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.24% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 109 - color contains mainly: red. Hex color #6D291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D291C is #92D6E3. Grayscale: #3B3B3B. Windows color (decimal): -9623268 or 1845613. OLE color: 1845613.

HSL color Cylindrical-coordinate representation of color #6D291C: hue angle of 9.63º 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 #6D291C is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 41 28 -
CMYK 0 0.62 0.74 0.57
HSL 9.63º 0.59% 0.27% -
HSV(B) 9.63º 0.74% 0.43% -
XYZ 7.31 4.92 1.66 -
YUV 59.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 109 41 28 0 0.62 0.74 0.57 9.63 0.59 0.27
Hex 6D 29 1C 0 3E 4A 39 A 3B 1B
Octal 155 51 34 0 76 112 71 12 73 33
Binary 1101101 101001 11100 0 111110 1001010 111001 1010 111011 11011

Color Harmonies of #6D291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D291C

Black with #6D291C

Text Example


Text Example

White with #6D291C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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