Html Css Color HEX #6D271F Pueblo

📋 copy color: '#6D271F'

red 109 ◦ green 39 ◦ blue 31

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

Shades of Pueblo #6D271F

Tints of Pueblo #6D271F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.32%

R = 60.89%
G = 21.79%
B = 17.32%

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

#6D271F (or 0x6D271F) is known color: Pueblo. HEX triplet: 6D, 27 and 1F. RGB value is (109,39,31). Sum of RGB (Red+Green+Blue) = 109+39+31=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D271F is #92D8E0. Grayscale: #3B3B3B. Windows color (decimal): -9623777 or 2041709. OLE color: 2041709.

HSL color Cylindrical-coordinate representation of color #6D271F: hue angle of 6.15º degrees, saturation: 0.56, 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 #6D271F is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 39 31 -
CMYK 0 0.64 0.72 0.57
HSL 6.15º 0.56% 0.27% -
HSV(B) 6.15º 0.72% 0.43% -
XYZ 7.28 4.8 1.84 -
YUV 59.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 109 39 31 0 0.64 0.72 0.57 6.15 0.56 0.27
Hex 6D 27 1F 0 40 48 39 6 38 1B
Octal 155 47 37 0 100 110 71 6 70 33
Binary 1101101 100111 11111 0 1000000 1001000 111001 110 111000 11011

Color Harmonies of #6D271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D271F

Black with #6D271F

Text Example


Text Example

White with #6D271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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