#69605A

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

Shades of Dorado #69605A

Tints of Dorado #69605A

Color information

#69605A (or 0x69605A) is unknown color: approx Dorado. HEX triplet: 69, 60 and 5A. RGB value is (105,96,90). Sum of RGB (Red+Green+Blue) = 105+96+90=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 105 - color contains mainly: red. Hex color #69605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69605A is #969FA5. Grayscale: #626262. Windows color (decimal): -9871270 or 5922921. OLE color: 5922921.

HSL color Cylindrical-coordinate representation of color #69605A: hue angle of 24º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #69605A is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1059690-
CMYK00.090.140.59
HSL24º7.69%38.24%-
HSV(B)24º14.29%41.18%-
XYZ11.8512.1111.39-
YUV98.01123.48132.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=36.08%
G=32.99%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105969000.090.140.59247.6938.24
Hex69605A09E3B18826
Octal1511401320111673301046
Binary110100111000001011010010011110111011110001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69605A; }

 p { color: rgb(105,96,90); }

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

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

 a { background-color: rgb(105,96,90); }

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

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

 span { border-color: rgb(105,96,90); }

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