#6F635C

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

Shades of Dorado #6F635C

Tints of Dorado #6F635C

Color information

#6F635C (or 0x6F635C) is unknown color: approx Dorado. HEX triplet: 6F, 63 and 5C. RGB value is (111,99,92). Sum of RGB (Red+Green+Blue) = 111+99+92=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F635C is #909CA3. Grayscale: #656565. Windows color (decimal): -9477284 or 6054767. OLE color: 6054767.

HSL color Cylindrical-coordinate representation of color #6F635C: hue angle of 22.11º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F635C is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1119992-
CMYK00.110.170.56
HSL22.11º9.36%39.8%-
HSV(B)22.11º17.12%43.53%-
XYZ12.9513.0811.97-
YUV101.79122.48134.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.75%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=36.75%
G=32.78%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111999200.110.170.5622.119.3639.8
Hex6F635C0B113816928
Octal1571431340132170261150
Binary1101111110001110111000101110001111000101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F635C; }

 p { color: rgb(111,99,92); }

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

<style>
 a { background-color: #6F635C; }

 a { background-color: rgb(111,99,92); }

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

<style>
 span { border-color: #6F635C; }

 span { border-color: rgb(111,99,92); }

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