Html Css Color HEX #68625E Dorado

📋 copy color: '#68625E'

red 104 ◦ green 98 ◦ blue 94

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

Shades of Dorado #68625E

Tints of Dorado #68625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.11%

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

R = 35.14%
G = 33.11%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68625E (or 0x68625E) is known color: Dorado. HEX triplet: 68, 62 and 5E. RGB value is (104,98,94). Sum of RGB (Red+Green+Blue) = 104+98+94=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #68625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68625E is #979DA1. Grayscale: #636363. Windows color (decimal): -9936290 or 6185576. OLE color: 6185576.

HSL color Cylindrical-coordinate representation of color #68625E: hue angle of 24º 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 #68625E is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 98 94 -
CMYK 0 0.06 0.10 0.59
HSL 24º 0.05% 0.39% -
HSV(B) 24º 0.1% 0.41% -
XYZ 12.1 12.49 12.36 -
YUV 99.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 104 98 94 0 0.06 0.10 0.59 24 0.05 0.39
Hex 68 62 5E 0 6 A 3B 18 5 27
Octal 150 142 136 0 6 12 73 30 5 47
Binary 1101000 1100010 1011110 0 110 1010 111011 11000 101 100111

Color Harmonies of #68625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68625E

Black with #68625E

Text Example


Text Example

White with #68625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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