Html Css Color HEX #68605C Dorado

📋 copy color: '#68605C'

red 104 ◦ green 96 ◦ blue 92

#68605C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #68605C

Tints of Dorado #68605C

RGB

 RED value IS 104 (41.02% from 255) = 35.62%

 GREEN value IS 96 (37.89% from 255) = 32.88%

 BLUE value IS 92 (36.33% from 255) = 31.51%

R = 35.62%
G = 32.88%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68605C (or 0x68605C) is known color: Dorado. HEX triplet: 68, 60 and 5C. RGB value is (104,96,92). Sum of RGB (Red+Green+Blue) = 104+96+92=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #68605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68605C is #979FA3. Grayscale: #616161. Windows color (decimal): -9936804 or 6053992. OLE color: 6053992.

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

Color convert

RGB 104 96 92 -
CMYK 0 0.08 0.12 0.59
HSL 20º 0.06% 0.38% -
HSV(B) 20º 0.12% 0.41% -
XYZ 11.82 12.08 11.83 -
YUV 97.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 104 96 92 0 0.08 0.12 0.59 20 0.06 0.38
Hex 68 60 5C 0 8 C 3B 14 6 26
Octal 150 140 134 0 10 14 73 24 6 46
Binary 1101000 1100000 1011100 0 1000 1100 111011 10100 110 100110

Color Harmonies of #68605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68605C

Black with #68605C

Text Example


Text Example

White with #68605C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,96,92); }

 H1.HeaderClassName
 {
   color: #68605C;
 }
 .AnyTagClassName
 {
   color: #68605C;
 }
</style>

background-color css

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

 a { background-color: rgb(104,96,92); }

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

border-color css

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

 span { border-color: rgb(104,96,92); }

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