Html Css Color HEX #6D3526 Pueblo

📋 copy color: '#6D3526'

red 109 ◦ green 53 ◦ blue 38

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

Shades of Pueblo #6D3526

Tints of Pueblo #6D3526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.5%

 BLUE value IS 38 (15.23% from 255) = 19%

R = 54.5%
G = 26.5%
B = 19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6D3526 (or 0x6D3526) is known color: Pueblo. HEX triplet: 6D, 35 and 26. RGB value is (109,53,38). Sum of RGB (Red+Green+Blue) = 109+53+38=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3526 is #92CAD9. Grayscale: #444444. Windows color (decimal): -9620186 or 2504045. OLE color: 2504045.

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

Color convert

RGB 109 53 38 -
CMYK 0 0.51 0.65 0.57
HSL 12.68º 0.48% 0.29% -
HSV(B) 12.68º 0.65% 0.43% -
XYZ 7.93 5.94 2.56 -
YUV 68.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 109 53 38 0 0.51 0.65 0.57 12.68 0.48 0.29
Hex 6D 35 26 0 33 41 39 D 30 1D
Octal 155 65 46 0 63 101 71 15 60 35
Binary 1101101 110101 100110 0 110011 1000001 111001 1101 110000 11101

Color Harmonies of #6D3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3526

Black with #6D3526

Text Example


Text Example

White with #6D3526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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