Html Css Color HEX #663720 New Amber

📋 copy color: '#663720'

red 102 ◦ green 55 ◦ blue 32

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

Shades of New Amber #663720

Tints of New Amber #663720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.1%

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

R = 53.97%
G = 29.1%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#663720 (or 0x663720) is known color: New Amber. HEX triplet: 66, 37 and 20. RGB value is (102,55,32). Sum of RGB (Red+Green+Blue) = 102+55+32=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #663720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663720 is #99C8DF. Grayscale: #424242. Windows color (decimal): -10078432 or 2111334. OLE color: 2111334.

HSL color Cylindrical-coordinate representation of color #663720: hue angle of 19.71º 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 #663720 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 55 32 -
CMYK 0 0.46 0.69 0.6
HSL 19.71º 0.52% 0.26% -
HSV(B) 19.71º 0.69% 0.4% -
XYZ 7.11 5.66 2.08 -
YUV 66.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 102 55 32 0 0.46 0.69 0.6 19.71 0.52 0.26
Hex 66 37 20 0 2E 45 3C 14 34 1A
Octal 146 67 40 0 56 105 74 24 64 32
Binary 1100110 110111 100000 0 101110 1000101 111100 10100 110100 11010

Color Harmonies of #663720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663720

Black with #663720

Text Example


Text Example

White with #663720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663720; }

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

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

background-color css

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

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

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

border-color css

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

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

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