Html Css Color HEX #6D261F Pueblo

📋 copy color: '#6D261F'

red 109 ◦ green 38 ◦ blue 31

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

Shades of Pueblo #6D261F

Tints of Pueblo #6D261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.35%

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

R = 61.24%
G = 21.35%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D261F (or 0x6D261F) is known color: Pueblo. HEX triplet: 6D, 26 and 1F. RGB value is (109,38,31). Sum of RGB (Red+Green+Blue) = 109+38+31=178 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.24% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 109 - color contains mainly: red. Hex color #6D261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D261F is #92D9E0. Grayscale: #3A3A3A. Windows color (decimal): -9624033 or 2041453. OLE color: 2041453.

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

Color convert

RGB 109 38 31 -
CMYK 0 0.65 0.72 0.57
HSL 5.38º 0.56% 0.27% -
HSV(B) 5.38º 0.72% 0.43% -
XYZ 7.25 4.74 1.83 -
YUV 58.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 109 38 31 0 0.65 0.72 0.57 5.38 0.56 0.27
Hex 6D 26 1F 0 41 48 39 5 38 1B
Octal 155 46 37 0 101 110 71 5 70 33
Binary 1101101 100110 11111 0 1000001 1001000 111001 101 111000 11011

Color Harmonies of #6D261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D261F

Black with #6D261F

Text Example


Text Example

White with #6D261F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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