Html Css Color HEX #68625F Dorado

📋 copy color: '#68625F'

red 104 ◦ green 98 ◦ blue 95

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

Shades of Dorado #68625F

Tints of Dorado #68625F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.99%

R = 35.02%
G = 33%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68625F (or 0x68625F) is known color: Dorado. HEX triplet: 68, 62 and 5F. RGB value is (104,98,95). Sum of RGB (Red+Green+Blue) = 104+98+95=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 104 - color contains mainly: red. Hex color #68625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68625F is #979DA0. Grayscale: #636363. Windows color (decimal): -9936289 or 6251112. OLE color: 6251112.

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

Color convert

RGB 104 98 95 -
CMYK 0 0.06 0.09 0.59
HSL 20º 0.05% 0.39% -
HSV(B) 20º 0.09% 0.41% -
XYZ 12.14 12.5 12.6 -
YUV 99.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 104 98 95 0 0.06 0.09 0.59 20 0.05 0.39
Hex 68 62 5F 0 6 9 3B 14 5 27
Octal 150 142 137 0 6 11 73 24 5 47
Binary 1101000 1100010 1011111 0 110 1001 111011 10100 101 100111

Color Harmonies of #68625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68625F

Black with #68625F

Text Example


Text Example

White with #68625F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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