Html Css Color HEX #6D291A Pueblo

📋 copy color: '#6D291A'

red 109 ◦ green 41 ◦ blue 26

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

Shades of Pueblo #6D291A

Tints of Pueblo #6D291A

RGB

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

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

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

R = 61.93%
G = 23.3%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6D291A (or 0x6D291A) is known color: Pueblo. HEX triplet: 6D, 29 and 1A. RGB value is (109,41,26). Sum of RGB (Red+Green+Blue) = 109+41+26=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D291A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D291A is #92D6E5. Grayscale: #3B3B3B. Windows color (decimal): -9623270 or 1714541. OLE color: 1714541.

HSL color Cylindrical-coordinate representation of color #6D291A: hue angle of 10.84º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D291A is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 41 26 -
CMYK 0 0.62 0.76 0.57
HSL 10.84º 0.61% 0.26% -
HSV(B) 10.84º 0.76% 0.43% -
XYZ 7.29 4.91 1.54 -
YUV 59.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 109 41 26 0 0.62 0.76 0.57 10.84 0.61 0.26
Hex 6D 29 1A 0 3E 4C 39 B 3D 1A
Octal 155 51 32 0 76 114 71 13 75 32
Binary 1101101 101001 11010 0 111110 1001100 111001 1011 111101 11010

Color Harmonies of #6D291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D291A

Black with #6D291A

Text Example


Text Example

White with #6D291A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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