Html Css Color HEX #665E52 Makara

📋 copy color: '#665E52'

red 102 ◦ green 94 ◦ blue 82

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

Shades of Makara #665E52

Tints of Makara #665E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.5%

R = 36.69%
G = 33.81%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#665E52 (or 0x665E52) is known color: Makara. HEX triplet: 66, 5E and 52. RGB value is (102,94,82). Sum of RGB (Red+Green+Blue) = 102+94+82=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #665E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E52 is #99A1AD. Grayscale: #5F5F5F. Windows color (decimal): -10068398 or 5398118. OLE color: 5398118.

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

Color convert

RGB 102 94 82 -
CMYK 0 0.08 0.20 0.6
HSL 36º 0.11% 0.36% -
HSV(B) 36º 0.2% 0.4% -
XYZ 11.01 11.44 9.61 -
YUV 95.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 102 94 82 0 0.08 0.20 0.6 36 0.11 0.36
Hex 66 5E 52 0 8 14 3C 24 B 24
Octal 146 136 122 0 10 24 74 44 13 44
Binary 1100110 1011110 1010010 0 1000 10100 111100 100100 1011 100100

Color Harmonies of #665E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665E52

Black with #665E52

Text Example


Text Example

White with #665E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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