#6B281E

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

Shades of Pueblo #6B281E

Tints of Pueblo #6B281E

Color information

#6B281E (or 0x6B281E) is unknown color: approx Pueblo. HEX triplet: 6B, 28 and 1E. RGB value is (107,40,30). Sum of RGB (Red+Green+Blue) = 107+40+30=177 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.45% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 107 - color contains mainly: red. Hex color #6B281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B281E is #94D7E1. Grayscale: #3B3B3B. Windows color (decimal): -9754594 or 1976427. OLE color: 1976427.

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

Color convert

RGB1074030-
CMYK00.630.720.58
HSL7.79º56.2%26.86%-
HSV(B)7.79º71.96%41.96%-
XYZ7.064.741.77-
YUV58.89111.7162.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 60.45%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=60.45%
G=22.60%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107403000.630.720.587.7956.226.86
Hex6B281E03F483A8381b
Octal153503607711072107033
Binary11010111010001111001111111001000111010100011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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