Html Css Color HEX #665E51 Makara

📋 copy color: '#665E51'

red 102 ◦ green 94 ◦ blue 81

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

Shades of Makara #665E51

Tints of Makara #665E51

RGB

 RED value IS 102 (40.23% from 255) = 36.82%

 GREEN value IS 94 (37.11% from 255) = 33.94%

 BLUE value IS 81 (32.03% from 255) = 29.24%

R = 36.82%
G = 33.94%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#665E51 (or 0x665E51) is known color: Makara. HEX triplet: 66, 5E and 51. RGB value is (102,94,81). Sum of RGB (Red+Green+Blue) = 102+94+81=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 102 - color contains mainly: red. Hex color #665E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E51 is #99A1AE. Grayscale: #5E5E5E. Windows color (decimal): -10068399 or 5332582. OLE color: 5332582.

HSL color Cylindrical-coordinate representation of color #665E51: hue angle of 37.14º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665E51 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 94 81 -
CMYK 0 0.08 0.21 0.6
HSL 37.14º 0.11% 0.36% -
HSV(B) 37.14º 0.21% 0.4% -
XYZ 10.97 11.42 9.41 -
YUV 94.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 102 94 81 0 0.08 0.21 0.6 37.14 0.11 0.36
Hex 66 5E 51 0 8 15 3C 25 B 24
Octal 146 136 121 0 10 25 74 45 13 44
Binary 1100110 1011110 1010001 0 1000 10101 111100 100101 1011 100100

Color Harmonies of #665E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665E51

Black with #665E51

Text Example


Text Example

White with #665E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665E51; }

 p { color: rgb(102,94,81); }

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

background-color css

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

 a { background-color: rgb(102,94,81); }

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

border-color css

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

 span { border-color: rgb(102,94,81); }

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