Html Css Color HEX #663520 New Amber

📋 copy color: '#663520'

red 102 ◦ green 53 ◦ blue 32

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

Shades of New Amber #663520

Tints of New Amber #663520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.34%

 BLUE value IS 32 (12.89% from 255) = 17.11%

R = 54.55%
G = 28.34%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#663520 (or 0x663520) is known color: New Amber. HEX triplet: 66, 35 and 20. RGB value is (102,53,32). Sum of RGB (Red+Green+Blue) = 102+53+32=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #663520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663520 is #99CADF. Grayscale: #414141. Windows color (decimal): -10078944 or 2110822. OLE color: 2110822.

HSL color Cylindrical-coordinate representation of color #663520: hue angle of 18º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663520 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 53 32 -
CMYK 0 0.48 0.69 0.6
HSL 18º 0.52% 0.26% -
HSV(B) 18º 0.69% 0.4% -
XYZ 7.01 5.48 2.05 -
YUV 65.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 102 53 32 0 0.48 0.69 0.6 18 0.52 0.26
Hex 66 35 20 0 30 45 3C 12 34 1A
Octal 146 65 40 0 60 105 74 22 64 32
Binary 1100110 110101 100000 0 110000 1000101 111100 10010 110100 11010

Color Harmonies of #663520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663520

Black with #663520

Text Example


Text Example

White with #663520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663520; }

 p { color: rgb(102,53,32); }

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

background-color css

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

 a { background-color: rgb(102,53,32); }

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

border-color css

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

 span { border-color: rgb(102,53,32); }

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