#69311D

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

Shades of Pueblo #69311D

Tints of Pueblo #69311D

Color information

#69311D (or 0x69311D) is unknown color: approx Pueblo. HEX triplet: 69, 31 and 1D. RGB value is (105,49,29). Sum of RGB (Red+Green+Blue) = 105+49+29=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #69311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69311D is #96CEE2. Grayscale: #3F3F3F. Windows color (decimal): -9883363 or 1913193. OLE color: 1913193.

HSL color Cylindrical-coordinate representation of color #69311D: hue angle of 15.79º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69311D is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB1054929-
CMYK00.530.720.59
HSL15.79º56.72%26.27%-
HSV(B)15.79º72.38%41.18%-
XYZ7.155.291.81-
YUV63.46108.55157.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 29 (11.72% from 255) = 15.85%
R=57.38%
G=26.78%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105492900.530.720.5915.7956.7226.27
Hex69311D035483B10391a
Octal151613506511073207132
Binary110100111000111101011010110010001110111000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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