#6b352a

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

Shades of Pueblo #6B352A

Tints of Pueblo #6B352A

Color information

#6B352A (or 0x6B352A) is unknown color: approx Pueblo. HEX triplet: 6B, 35 and 2A. RGB value is (107,53,42). Sum of RGB (Red+Green+Blue) = 107+53+42=202 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.97% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 107 - color contains mainly: red. Hex color #6B352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B352A is #94CAD5. Grayscale: #434343. Windows color (decimal): -9751254 or 2766187. OLE color: 2766187.

HSL color Cylindrical-coordinate representation of color #6B352A: hue angle of 10.15º 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 #6B352A is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB1075342-
CMYK00.500.610.58
HSL10.15º43.62%29.22%-
HSV(B)10.15º60.75%41.96%-
XYZ7.755.842.91-
YUV67.89113.39155.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.97%
GREEN value IS 53 (21.09% from 255) = 26.24%
BLUE value IS 42 (16.80% from 255) = 20.79%
R=52.97%
G=26.24%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107534200.500.610.5810.1543.6229.22
Hex6B352A0323D3Aa2c1d
Octal15365520627572125435
Binary11010111101011010100110010111101111010101010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b352a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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