#6B281B

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

Shades of Pueblo #6B281B

Tints of Pueblo #6B281B

Color information

#6B281B (or 0x6B281B) is unknown color: approx Pueblo. HEX triplet: 6B, 28 and 1B. RGB value is (107,40,27). Sum of RGB (Red+Green+Blue) = 107+40+27=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B281B is #94D7E4. Grayscale: #3A3A3A. Windows color (decimal): -9754597 or 1779819. OLE color: 1779819.

HSL color Cylindrical-coordinate representation of color #6B281B: hue angle of 9.75º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B281B is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB1074027-
CMYK00.630.750.58
HSL9.75º59.7%26.27%-
HSV(B)9.75º74.77%41.96%-
XYZ7.024.721.58-
YUV58.55110.2162.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 61.49%
GREEN value IS 40 (16.02% from 255) = 22.99%
BLUE value IS 27 (10.94% from 255) = 15.52%
R=61.49%
G=22.99%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107402700.630.750.589.7559.726.27
Hex6B281B03F4B3Aa3c1a
Octal153503307711372127432
Binary11010111010001101101111111001011111010101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,40,27); }

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

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

 a { background-color: rgb(107,40,27); }

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

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

 span { border-color: rgb(107,40,27); }

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