#6D3423

Color #6D3423 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #6D3423

Tints of Pueblo #6D3423

Color information

#6D3423 (or 0x6D3423) is unknown color: approx Pueblo. HEX triplet: 6D, 34 and 23. RGB value is (109,52,35). Sum of RGB (Red+Green+Blue) = 109+52+35=196 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.61% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3423 is #92CBDC. Grayscale: #434343. Windows color (decimal): -9620445 or 2307181. OLE color: 2307181.

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

Color convert

RGB1095235-
CMYK00.520.680.57
HSL13.78º51.39%28.24%-
HSV(B)13.78º67.89%42.75%-
XYZ7.845.832.3-
YUV67.1109.88157.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.61%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 35 (14.06% from 255) = 17.86%
R=55.61%
G=26.53%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109523500.520.680.5713.7851.3928.24
Hex6D34230344439e331c
Octal155644306410471166334
Binary110110111010010001101101001000100111001111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D3423;
 }
 .AnyTagClassName
 {
   color: #6D3423;
 }
</style>
background-color css

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

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

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

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

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

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