Html Css Color HEX #68605B Dorado

📋 copy color: '#68605B'

red 104 ◦ green 96 ◦ blue 91

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

Shades of Dorado #68605B

Tints of Dorado #68605B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.27%

R = 35.74%
G = 32.99%
B = 31.27%

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

#68605B (or 0x68605B) is known color: Dorado. HEX triplet: 68, 60 and 5B. RGB value is (104,96,91). Sum of RGB (Red+Green+Blue) = 104+96+91=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 104 - color contains mainly: red. Hex color #68605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68605B is #979FA4. Grayscale: #616161. Windows color (decimal): -9936805 or 5988456. OLE color: 5988456.

HSL color Cylindrical-coordinate representation of color #68605B: hue angle of 23.08º degrees, saturation: 0.07, 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 #68605B is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 91 -
CMYK 0 0.08 0.12 0.59
HSL 23.08º 0.07% 0.38% -
HSV(B) 23.08º 0.13% 0.41% -
XYZ 11.78 12.06 11.61 -
YUV 97.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 104 96 91 0 0.08 0.12 0.59 23.08 0.07 0.38
Hex 68 60 5B 0 8 C 3B 17 7 26
Octal 150 140 133 0 10 14 73 27 7 46
Binary 1101000 1100000 1011011 0 1000 1100 111011 10111 111 100110

Color Harmonies of #68605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68605B

Black with #68605B

Text Example


Text Example

White with #68605B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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