#69311c

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

Shades of Pueblo #69311C

Tints of Pueblo #69311C

Color information

#69311C (or 0x69311C) is unknown color: approx Pueblo. HEX triplet: 69, 31 and 1C. RGB value is (105,49,28). Sum of RGB (Red+Green+Blue) = 105+49+28=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #69311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69311C is #96CEE3. Grayscale: #3F3F3F. Windows color (decimal): -9883364 or 1847657. OLE color: 1847657.

HSL color Cylindrical-coordinate representation of color #69311C: hue angle of 16.36º 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 #69311C is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1054928-
CMYK00.530.730.59
HSL16.36º57.89%26.08%-
HSV(B)16.36º73.33%41.18%-
XYZ7.135.281.74-
YUV63.35108.05157.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.69%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 28 (11.33% from 255) = 15.38%
R=57.69%
G=26.92%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105492800.530.730.5916.3657.8926.08
Hex69311C035493B103a1a
Octal151613406511173207232
Binary110100111000111100011010110010011110111000011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69311c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69311c; }

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

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

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

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

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

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

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

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