#683327

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

Shades of Pueblo #683327

Tints of Pueblo #683327

Color information

#683327 (or 0x683327) is unknown color: approx Pueblo. HEX triplet: 68, 33 and 27. RGB value is (104,51,39). Sum of RGB (Red+Green+Blue) = 104+51+39=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #683327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683327 is #97CCD8. Grayscale: #414141. Windows color (decimal): -9948377 or 2569064. OLE color: 2569064.

HSL color Cylindrical-coordinate representation of color #683327: hue angle of 11.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #683327 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1045139-
CMYK00.510.620.59
HSL11.08º45.45%28.04%-
HSV(B)11.08º62.5%40.78%-
XYZ7.265.462.59-
YUV65.48113.06155.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.61%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 39 (15.62% from 255) = 20.10%
R=53.61%
G=26.29%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104513900.510.620.5911.0845.4528.04
Hex6833270333E3Bb2d1c
Octal15063470637673135534
Binary11010001100111001110110011111110111011101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683327; }

 p { color: rgb(104,51,39); }

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

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

 a { background-color: rgb(104,51,39); }

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

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

 span { border-color: rgb(104,51,39); }

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