#68301B

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

Shades of Pueblo #68301B

Tints of Pueblo #68301B

Color information

#68301B (or 0x68301B) is unknown color: approx Pueblo. HEX triplet: 68, 30 and 1B. RGB value is (104,48,27). Sum of RGB (Red+Green+Blue) = 104+48+27=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #68301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68301B is #97CFE4. Grayscale: #3E3E3E. Windows color (decimal): -9949157 or 1781864. OLE color: 1781864.

HSL color Cylindrical-coordinate representation of color #68301B: hue angle of 16.36º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68301B is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB1044827-
CMYK00.540.740.59
HSL16.36º58.78%25.69%-
HSV(B)16.36º74.04%40.78%-
XYZ6.965.141.66-
YUV62.35108.05157.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.10%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 27 (10.94% from 255) = 15.08%
R=58.10%
G=26.82%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104482700.540.740.5916.3658.7825.69
Hex68301B0364A3B103b1a
Octal150603306611273207332
Binary110100011000011011011011010010101110111000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68301B; }

 p { color: rgb(104,48,27); }

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

<style>
 a { background-color: #68301B; }

 a { background-color: rgb(104,48,27); }

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

<style>
 span { border-color: #68301B; }

 span { border-color: rgb(104,48,27); }

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