Html Css Color HEX #663921 New Amber

📋 copy color: '#663921'

red 102 ◦ green 57 ◦ blue 33

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

Shades of New Amber #663921

Tints of New Amber #663921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.69%

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

R = 53.13%
G = 29.69%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#663921 (or 0x663921) is known color: New Amber. HEX triplet: 66, 39 and 21. RGB value is (102,57,33). Sum of RGB (Red+Green+Blue) = 102+57+33=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #663921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663921 is #99C6DE. Grayscale: #434343. Windows color (decimal): -10077919 or 2177382. OLE color: 2177382.

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

Color convert

RGB 102 57 33 -
CMYK 0 0.44 0.68 0.6
HSL 20.87º 0.51% 0.26% -
HSV(B) 20.87º 0.68% 0.4% -
XYZ 7.22 5.86 2.19 -
YUV 67.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 102 57 33 0 0.44 0.68 0.6 20.87 0.51 0.26
Hex 66 39 21 0 2C 44 3C 15 33 1A
Octal 146 71 41 0 54 104 74 25 63 32
Binary 1100110 111001 100001 0 101100 1000100 111100 10101 110011 11010

Color Harmonies of #663921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663921

Black with #663921

Text Example


Text Example

White with #663921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663921; }

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

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

background-color css

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

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

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

border-color css

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

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

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