Html Css Color HEX #663920 New Amber

📋 copy color: '#663920'

red 102 ◦ green 57 ◦ blue 32

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

Shades of New Amber #663920

Tints of New Amber #663920

RGB

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

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

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

R = 53.4%
G = 29.84%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#663920 (or 0x663920) is known color: New Amber. HEX triplet: 66, 39 and 20. RGB value is (102,57,32). Sum of RGB (Red+Green+Blue) = 102+57+32=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #663920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663920 is #99C6DF. Grayscale: #434343. Windows color (decimal): -10077920 or 2111846. OLE color: 2111846.

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

Color convert

RGB 102 57 32 -
CMYK 0 0.44 0.69 0.6
HSL 21.43º 0.52% 0.26% -
HSV(B) 21.43º 0.69% 0.4% -
XYZ 7.2 5.86 2.12 -
YUV 67.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 102 57 32 0 0.44 0.69 0.6 21.43 0.52 0.26
Hex 66 39 20 0 2C 45 3C 15 34 1A
Octal 146 71 40 0 54 105 74 25 64 32
Binary 1100110 111001 100000 0 101100 1000101 111100 10101 110100 11010

Color Harmonies of #663920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663920

Black with #663920

Text Example


Text Example

White with #663920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663920; }

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

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

background-color css

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

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

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

border-color css

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

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

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