#683023

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

Shades of Pueblo #683023

Tints of Pueblo #683023

Color information

#683023 (or 0x683023) is unknown color: approx Pueblo. HEX triplet: 68, 30 and 23. RGB value is (104,48,35). Sum of RGB (Red+Green+Blue) = 104+48+35=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #683023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683023 is #97CFDC. Grayscale: #3F3F3F. Windows color (decimal): -9949149 or 2306152. OLE color: 2306152.

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

Color convert

RGB1044835-
CMYK00.540.660.59
HSL11.3º49.64%27.25%-
HSV(B)11.3º66.35%40.78%-
XYZ7.075.182.22-
YUV63.26112.05157.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 35 (14.06% from 255) = 18.72%
R=55.61%
G=25.67%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104483500.540.660.5911.349.6427.25
Hex683023036423Bb321b
Octal150604306610273136233
Binary110100011000010001101101101000010111011101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683023; }

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

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

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

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

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

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

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

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