Html Css Color HEX #6D3429 Pueblo

📋 copy color: '#6D3429'

red 109 ◦ green 52 ◦ blue 41

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

Shades of Pueblo #6D3429

Tints of Pueblo #6D3429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

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

R = 53.96%
G = 25.74%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6D3429 (or 0x6D3429) is known color: Pueblo. HEX triplet: 6D, 34 and 29. RGB value is (109,52,41). Sum of RGB (Red+Green+Blue) = 109+52+41=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3429 is #92CBD6. Grayscale: #434343. Windows color (decimal): -9620439 or 2700397. OLE color: 2700397.

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

Color convert

RGB 109 52 41 -
CMYK 0 0.52 0.62 0.57
HSL 9.71º 0.45% 0.29% -
HSV(B) 9.71º 0.62% 0.43% -
XYZ 7.93 5.87 2.81 -
YUV 67.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 109 52 41 0 0.52 0.62 0.57 9.71 0.45 0.29
Hex 6D 34 29 0 34 3E 39 A 2D 1D
Octal 155 64 51 0 64 76 71 12 55 35
Binary 1101101 110100 101001 0 110100 111110 111001 1010 101101 11101

Color Harmonies of #6D3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3429

Black with #6D3429

Text Example


Text Example

White with #6D3429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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