Html Css Color HEX #68615E Dorado

📋 copy color: '#68615E'

red 104 ◦ green 97 ◦ blue 94

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

Shades of Dorado #68615E

Tints of Dorado #68615E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 35.25%
G = 32.88%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68615E (or 0x68615E) is known color: Dorado. HEX triplet: 68, 61 and 5E. RGB value is (104,97,94). Sum of RGB (Red+Green+Blue) = 104+97+94=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #68615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68615E is #979EA1. Grayscale: #626262. Windows color (decimal): -9936546 or 6185320. OLE color: 6185320.

HSL color Cylindrical-coordinate representation of color #68615E: hue angle of 18º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68615E is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 97 94 -
CMYK 0 0.07 0.10 0.59
HSL 18º 0.05% 0.39% -
HSV(B) 18º 0.1% 0.41% -
XYZ 12 12.3 12.33 -
YUV 98.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 104 97 94 0 0.07 0.10 0.59 18 0.05 0.39
Hex 68 61 5E 0 7 A 3B 12 5 27
Octal 150 141 136 0 7 12 73 22 5 47
Binary 1101000 1100001 1011110 0 111 1010 111011 10010 101 100111

Color Harmonies of #68615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68615E

Black with #68615E

Text Example


Text Example

White with #68615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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