Html Css Color HEX #65615F Dorado

📋 copy color: '#65615F'

red 101 ◦ green 97 ◦ blue 95

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

Shades of Dorado #65615F

Tints of Dorado #65615F

RGB

 RED value IS 101 (39.84% from 255) = 34.47%

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

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

R = 34.47%
G = 33.11%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#65615F (or 0x65615F) is known color: Dorado. HEX triplet: 65, 61 and 5F. RGB value is (101,97,95). Sum of RGB (Red+Green+Blue) = 101+97+95=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 101 - color contains mainly: red. Hex color #65615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65615F is #9A9EA0. Grayscale: #616161. Windows color (decimal): -10133153 or 6250853. OLE color: 6250853.

HSL color Cylindrical-coordinate representation of color #65615F: hue angle of 20º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #65615F is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 97 95 -
CMYK 0 0.04 0.06 0.60
HSL 20º 0.03% 0.38% -
HSV(B) 20º 0.06% 0.4% -
XYZ 11.71 12.14 12.55 -
YUV 97.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 101 97 95 0 0.04 0.06 0.60 20 0.03 0.38
Hex 65 61 5F 0 4 6 3C 14 3 26
Octal 145 141 137 0 4 6 74 24 3 46
Binary 1100101 1100001 1011111 0 100 110 111100 10100 11 100110

Color Harmonies of #65615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65615F

Black with #65615F

Text Example


Text Example

White with #65615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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