Html Css Color HEX #68615D Dorado

📋 copy color: '#68615D'

red 104 ◦ green 97 ◦ blue 93

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

Shades of Dorado #68615D

Tints of Dorado #68615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

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

R = 35.37%
G = 32.99%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68615D (or 0x68615D) is known color: Dorado. HEX triplet: 68, 61 and 5D. RGB value is (104,97,93). Sum of RGB (Red+Green+Blue) = 104+97+93=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 104 - color contains mainly: red. Hex color #68615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68615D is #979EA2. Grayscale: #626262. Windows color (decimal): -9936547 or 6119784. OLE color: 6119784.

HSL color Cylindrical-coordinate representation of color #68615D: hue angle of 21.82º 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 #68615D is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 97 93 -
CMYK 0 0.07 0.11 0.59
HSL 21.82º 0.06% 0.39% -
HSV(B) 21.82º 0.11% 0.41% -
XYZ 11.96 12.28 12.1 -
YUV 98.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 104 97 93 0 0.07 0.11 0.59 21.82 0.06 0.39
Hex 68 61 5D 0 7 B 3B 16 6 27
Octal 150 141 135 0 7 13 73 26 6 47
Binary 1101000 1100001 1011101 0 111 1011 111011 10110 110 100111

Color Harmonies of #68615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68615D

Black with #68615D

Text Example


Text Example

White with #68615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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