#69301C

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

Shades of Pueblo #69301C

Tints of Pueblo #69301C

Color information

#69301C (or 0x69301C) is unknown color: approx Pueblo. HEX triplet: 69, 30 and 1C. RGB value is (105,48,28). Sum of RGB (Red+Green+Blue) = 105+48+28=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #69301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69301C is #96CFE3. Grayscale: #3E3E3E. Windows color (decimal): -9883620 or 1847401. OLE color: 1847401.

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

Color convert

RGB1054828-
CMYK00.540.730.59
HSL15.58º57.89%26.08%-
HSV(B)15.58º73.33%41.18%-
XYZ7.095.21.73-
YUV62.76108.38158.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.01%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=58.01%
G=26.52%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105482800.540.730.5915.5857.8926.08
Hex69301C036493B103a1a
Octal151603406611173207232
Binary110100111000011100011011010010011110111000011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69301C; }

 p { color: rgb(105,48,28); }

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

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

 a { background-color: rgb(105,48,28); }

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

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

 span { border-color: rgb(105,48,28); }

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