#69615C

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

Shades of Dorado #69615C

Tints of Dorado #69615C

Color information

#69615C (or 0x69615C) is unknown color: approx Dorado. HEX triplet: 69, 61 and 5C. RGB value is (105,97,92). Sum of RGB (Red+Green+Blue) = 105+97+92=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 105 - color contains mainly: red. Hex color #69615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69615C is #969EA3. Grayscale: #626262. Windows color (decimal): -9871012 or 6054249. OLE color: 6054249.

HSL color Cylindrical-coordinate representation of color #69615C: hue angle of 23.08º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #69615C is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1059792-
CMYK00.080.120.59
HSL23.08º6.6%38.63%-
HSV(B)23.08º12.38%41.18%-
XYZ12.0312.3311.87-
YUV98.82124.15132.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 97 (38.28% from 255) = 32.99%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=35.71%
G=32.99%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105979200.080.120.5923.086.638.63
Hex69615C08C3B17727
Octal151141134010147327747
Binary11010011100001101110001000110011101110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,97,92); }

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

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

 a { background-color: rgb(105,97,92); }

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

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

 span { border-color: rgb(105,97,92); }

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