Html Css Color HEX #663621 New Amber

📋 copy color: '#663621'

red 102 ◦ green 54 ◦ blue 33

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

Shades of New Amber #663621

Tints of New Amber #663621

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.57%

 BLUE value IS 33 (13.28% from 255) = 17.46%

R = 53.97%
G = 28.57%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#663621 (or 0x663621) is known color: New Amber. HEX triplet: 66, 36 and 21. RGB value is (102,54,33). Sum of RGB (Red+Green+Blue) = 102+54+33=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #663621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663621 is #99C9DE. Grayscale: #424242. Windows color (decimal): -10078687 or 2176614. OLE color: 2176614.

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

Color convert

RGB 102 54 33 -
CMYK 0 0.47 0.68 0.6
HSL 18.26º 0.51% 0.26% -
HSV(B) 18.26º 0.68% 0.4% -
XYZ 7.07 5.57 2.14 -
YUV 65.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 102 54 33 0 0.47 0.68 0.6 18.26 0.51 0.26
Hex 66 36 21 0 2F 44 3C 12 33 1A
Octal 146 66 41 0 57 104 74 22 63 32
Binary 1100110 110110 100001 0 101111 1000100 111100 10010 110011 11010

Color Harmonies of #663621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663621

Black with #663621

Text Example


Text Example

White with #663621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663621; }

 p { color: rgb(102,54,33); }

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

background-color css

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

 a { background-color: rgb(102,54,33); }

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

border-color css

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

 span { border-color: rgb(102,54,33); }

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