Html Css Color HEX #655853 Dorado

📋 copy color: '#655853'

red 101 ◦ green 88 ◦ blue 83

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

Shades of Dorado #655853

Tints of Dorado #655853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

 BLUE value IS 83 (32.81% from 255) = 30.51%

R = 37.13%
G = 32.35%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#655853 (or 0x655853) is known color: Dorado. HEX triplet: 65, 58 and 53. RGB value is (101,88,83). Sum of RGB (Red+Green+Blue) = 101+88+83=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 101 - color contains mainly: red. Hex color #655853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655853 is #9AA7AC. Grayscale: #5B5B5B. Windows color (decimal): -10135469 or 5462117. OLE color: 5462117.

HSL color Cylindrical-coordinate representation of color #655853: hue angle of 16.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655853 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 88 83 -
CMYK 0 0.13 0.18 0.60
HSL 16.67º 0.1% 0.36% -
HSV(B) 16.67º 0.18% 0.4% -
XYZ 10.42 10.37 9.64 -
YUV 91.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 101 88 83 0 0.13 0.18 0.60 16.67 0.1 0.36
Hex 65 58 53 0 D 12 3C 11 A 24
Octal 145 130 123 0 15 22 74 21 12 44
Binary 1100101 1011000 1010011 0 1101 10010 111100 10001 1010 100100

Color Harmonies of #655853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655853

Black with #655853

Text Example


Text Example

White with #655853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655853; }

 p { color: rgb(101,88,83); }

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

background-color css

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

 a { background-color: rgb(101,88,83); }

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

border-color css

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

 span { border-color: rgb(101,88,83); }

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