Html Css Color HEX #665F53 Makara

📋 copy color: '#665F53'

red 102 ◦ green 95 ◦ blue 83

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

Shades of Makara #665F53

Tints of Makara #665F53

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

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

R = 36.43%
G = 33.93%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#665F53 (or 0x665F53) is known color: Makara. HEX triplet: 66, 5F and 53. RGB value is (102,95,83). Sum of RGB (Red+Green+Blue) = 102+95+83=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 102 - color contains mainly: red. Hex color #665F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F53 is #99A0AC. Grayscale: #5F5F5F. Windows color (decimal): -10068141 or 5463910. OLE color: 5463910.

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

Color convert

RGB 102 95 83 -
CMYK 0 0.07 0.19 0.6
HSL 37.89º 0.1% 0.36% -
HSV(B) 37.89º 0.19% 0.4% -
XYZ 11.13 11.63 9.84 -
YUV 95.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 102 95 83 0 0.07 0.19 0.6 37.89 0.1 0.36
Hex 66 5F 53 0 7 13 3C 26 A 24
Octal 146 137 123 0 7 23 74 46 12 44
Binary 1100110 1011111 1010011 0 111 10011 111100 100110 1010 100100

Color Harmonies of #665F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F53

Black with #665F53

Text Example


Text Example

White with #665F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,95,83); }

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

background-color css

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

 a { background-color: rgb(102,95,83); }

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

border-color css

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

 span { border-color: rgb(102,95,83); }

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