Html Css Color HEX #656362 Dorado

📋 copy color: '#656362'

red 101 ◦ green 99 ◦ blue 98

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

Shades of Dorado #656362

Tints of Dorado #656362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.22%

 BLUE value IS 98 (38.67% from 255) = 32.89%

R = 33.89%
G = 33.22%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#656362 (or 0x656362) is known color: Dorado. HEX triplet: 65, 63 and 62. RGB value is (101,99,98). Sum of RGB (Red+Green+Blue) = 101+99+98=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 101 - color contains mainly: red. Hex color #656362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656362 is #9A9C9D. Grayscale: #636363. Windows color (decimal): -10132638 or 6447973. OLE color: 6447973.

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

Color convert

RGB 101 99 98 -
CMYK 0 0.02 0.03 0.60
HSL 20º 0.02% 0.39% -
HSV(B) 20º 0.03% 0.4% -
XYZ 12.03 12.57 13.35 -
YUV 99.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 101 99 98 0 0.02 0.03 0.60 20 0.02 0.39
Hex 65 63 62 0 2 3 3C 14 2 27
Octal 145 143 142 0 2 3 74 24 2 47
Binary 1100101 1100011 1100010 0 10 11 111100 10100 10 100111

Color Harmonies of #656362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656362

Black with #656362

Text Example


Text Example

White with #656362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656362; }

 p { color: rgb(101,99,98); }

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

background-color css

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

 a { background-color: rgb(101,99,98); }

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

border-color css

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

 span { border-color: rgb(101,99,98); }

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