Html Css Color HEX #6D271E Pueblo

📋 copy color: '#6D271E'

red 109 ◦ green 39 ◦ blue 30

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

Shades of Pueblo #6D271E

Tints of Pueblo #6D271E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.91%

 BLUE value IS 30 (12.11% from 255) = 16.85%

R = 61.24%
G = 21.91%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D271E (or 0x6D271E) is known color: Pueblo. HEX triplet: 6D, 27 and 1E. RGB value is (109,39,30). Sum of RGB (Red+Green+Blue) = 109+39+30=178 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.24% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 109 - color contains mainly: red. Hex color #6D271E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D271E is #92D8E1. Grayscale: #3B3B3B. Windows color (decimal): -9623778 or 1976173. OLE color: 1976173.

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

Color convert

RGB 109 39 30 -
CMYK 0 0.64 0.72 0.57
HSL 6.84º 0.57% 0.27% -
HSV(B) 6.84º 0.72% 0.43% -
XYZ 7.27 4.8 1.77 -
YUV 58.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 109 39 30 0 0.64 0.72 0.57 6.84 0.57 0.27
Hex 6D 27 1E 0 40 48 39 7 39 1B
Octal 155 47 36 0 100 110 71 7 71 33
Binary 1101101 100111 11110 0 1000000 1001000 111001 111 111001 11011

Color Harmonies of #6D271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D271E

Black with #6D271E

Text Example


Text Example

White with #6D271E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,39,30); }

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

background-color css

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

 a { background-color: rgb(109,39,30); }

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

border-color css

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

 span { border-color: rgb(109,39,30); }

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