Html Css Color HEX #6D3329 Pueblo

📋 copy color: '#6D3329'

red 109 ◦ green 51 ◦ blue 41

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

Shades of Pueblo #6D3329

Tints of Pueblo #6D3329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

 BLUE value IS 41 (16.41% from 255) = 20.4%

R = 54.23%
G = 25.37%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6D3329 (or 0x6D3329) is known color: Pueblo. HEX triplet: 6D, 33 and 29. RGB value is (109,51,41). Sum of RGB (Red+Green+Blue) = 109+51+41=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3329 is #92CCD6. Grayscale: #434343. Windows color (decimal): -9620695 or 2700141. OLE color: 2700141.

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

Color convert

RGB 109 51 41 -
CMYK 0 0.53 0.62 0.57
HSL 8.82º 0.45% 0.29% -
HSV(B) 8.82º 0.62% 0.43% -
XYZ 7.89 5.78 2.8 -
YUV 67.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 109 51 41 0 0.53 0.62 0.57 8.82 0.45 0.29
Hex 6D 33 29 0 35 3E 39 9 2D 1D
Octal 155 63 51 0 65 76 71 11 55 35
Binary 1101101 110011 101001 0 110101 111110 111001 1001 101101 11101

Color Harmonies of #6D3329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3329

Black with #6D3329

Text Example


Text Example

White with #6D3329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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