Html Css Color HEX #68615F Dorado

📋 copy color: '#68615F'

red 104 ◦ green 97 ◦ blue 95

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

Shades of Dorado #68615F

Tints of Dorado #68615F

RGB

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

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

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

R = 35.14%
G = 32.77%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68615F (or 0x68615F) is known color: Dorado. HEX triplet: 68, 61 and 5F. RGB value is (104,97,95). Sum of RGB (Red+Green+Blue) = 104+97+95=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #68615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68615F is #979EA0. Grayscale: #626262. Windows color (decimal): -9936545 or 6250856. OLE color: 6250856.

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

Color convert

RGB 104 97 95 -
CMYK 0 0.07 0.09 0.59
HSL 13.33º 0.05% 0.39% -
HSV(B) 13.33º 0.09% 0.41% -
XYZ 12.05 12.32 12.57 -
YUV 98.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 104 97 95 0 0.07 0.09 0.59 13.33 0.05 0.39
Hex 68 61 5F 0 7 9 3B D 5 27
Octal 150 141 137 0 7 11 73 15 5 47
Binary 1101000 1100001 1011111 0 111 1001 111011 1101 101 100111

Color Harmonies of #68615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68615F

Black with #68615F

Text Example


Text Example

White with #68615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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