Html Css Color HEX #665C48 Makara

📋 copy color: '#665C48'

red 102 ◦ green 92 ◦ blue 72

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

Shades of Makara #665C48

Tints of Makara #665C48

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.59%

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 38.35%
G = 34.59%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#665C48 (or 0x665C48) is known color: Makara. HEX triplet: 66, 5C and 48. RGB value is (102,92,72). Sum of RGB (Red+Green+Blue) = 102+92+72=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #665C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C48 is #99A3B7. Grayscale: #5C5C5C. Windows color (decimal): -10068920 or 4742246. OLE color: 4742246.

HSL color Cylindrical-coordinate representation of color #665C48: hue angle of 40º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #665C48 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 92 72 -
CMYK 0 0.10 0.29 0.6
HSL 40º 0.17% 0.34% -
HSV(B) 40º 0.29% 0.4% -
XYZ 10.48 10.95 7.69 -
YUV 92.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 102 92 72 0 0.10 0.29 0.6 40 0.17 0.34
Hex 66 5C 48 0 A 1D 3C 28 11 22
Octal 146 134 110 0 12 35 74 50 21 42
Binary 1100110 1011100 1001000 0 1010 11101 111100 101000 10001 100010

Color Harmonies of #665C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665C48

Black with #665C48

Text Example


Text Example

White with #665C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,92,72); }

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

background-color css

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

 a { background-color: rgb(102,92,72); }

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

border-color css

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

 span { border-color: rgb(102,92,72); }

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