#6B342A

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

Shades of Pueblo #6B342A

Tints of Pueblo #6B342A

Color information

#6B342A (or 0x6B342A) is unknown color: approx Pueblo. HEX triplet: 6B, 34 and 2A. RGB value is (107,52,42). Sum of RGB (Red+Green+Blue) = 107+52+42=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B342A is #94CBD5. Grayscale: #434343. Windows color (decimal): -9751510 or 2765931. OLE color: 2765931.

HSL color Cylindrical-coordinate representation of color #6B342A: hue angle of 9.23º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B342A is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB1075242-
CMYK00.510.610.58
HSL9.23º43.62%29.22%-
HSV(B)9.23º60.75%41.96%-
XYZ7.715.752.89-
YUV67.3113.72156.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.23%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=53.23%
G=25.87%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107524200.510.610.589.2343.6229.22
Hex6B342A0333D3A92c1d
Octal15364520637572115435
Binary11010111101001010100110011111101111010100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,52,42); }

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

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

 a { background-color: rgb(107,52,42); }

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

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

 span { border-color: rgb(107,52,42); }

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