Html Css Color HEX #66635F Makara

📋 copy color: '#66635F'

red 102 ◦ green 99 ◦ blue 95

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

Shades of Makara #66635F

Tints of Makara #66635F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 34.46%
G = 33.45%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#66635F (or 0x66635F) is known color: Makara. HEX triplet: 66, 63 and 5F. RGB value is (102,99,95). Sum of RGB (Red+Green+Blue) = 102+99+95=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 102 - color contains mainly: red. Hex color #66635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66635F is #999CA0. Grayscale: #636363. Windows color (decimal): -10067105 or 6251366. OLE color: 6251366.

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

Color convert

RGB 102 99 95 -
CMYK 0 0.03 0.07 0.6
HSL 34.29º 0.04% 0.39% -
HSV(B) 34.29º 0.07% 0.4% -
XYZ 12.01 12.57 12.62 -
YUV 99.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 102 99 95 0 0.03 0.07 0.6 34.29 0.04 0.39
Hex 66 63 5F 0 3 7 3C 22 4 27
Octal 146 143 137 0 3 7 74 42 4 47
Binary 1100110 1100011 1011111 0 11 111 111100 100010 100 100111

Color Harmonies of #66635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66635F

Black with #66635F

Text Example


Text Example

White with #66635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66635F; }

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

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

background-color css

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

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

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

border-color css

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

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

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