Html Css Color HEX #68605D Dorado

📋 copy color: '#68605D'

red 104 ◦ green 96 ◦ blue 93

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

Shades of Dorado #68605D

Tints of Dorado #68605D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.74%

R = 35.49%
G = 32.76%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68605D (or 0x68605D) is known color: Dorado. HEX triplet: 68, 60 and 5D. RGB value is (104,96,93). Sum of RGB (Red+Green+Blue) = 104+96+93=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 104 - color contains mainly: red. Hex color #68605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68605D is #979FA2. Grayscale: #626262. Windows color (decimal): -9936803 or 6119528. OLE color: 6119528.

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

Color convert

RGB 104 96 93 -
CMYK 0 0.08 0.11 0.59
HSL 16.36º 0.06% 0.39% -
HSV(B) 16.36º 0.11% 0.41% -
XYZ 11.87 12.1 12.07 -
YUV 98.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 104 96 93 0 0.08 0.11 0.59 16.36 0.06 0.39
Hex 68 60 5D 0 8 B 3B 10 6 27
Octal 150 140 135 0 10 13 73 20 6 47
Binary 1101000 1100000 1011101 0 1000 1011 111011 10000 110 100111

Color Harmonies of #68605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68605D

Black with #68605D

Text Example


Text Example

White with #68605D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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