Html Css Color HEX #66321C New Amber

📋 copy color: '#66321C'

red 102 ◦ green 50 ◦ blue 28

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

Shades of New Amber #66321C

Tints of New Amber #66321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.78%

 BLUE value IS 28 (11.33% from 255) = 15.56%

R = 56.67%
G = 27.78%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#66321C (or 0x66321C) is known color: New Amber. HEX triplet: 66, 32 and 1C. RGB value is (102,50,28). Sum of RGB (Red+Green+Blue) = 102+50+28=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66321C is #99CDE3. Grayscale: #3F3F3F. Windows color (decimal): -10079716 or 1847910. OLE color: 1847910.

HSL color Cylindrical-coordinate representation of color #66321C: hue angle of 17.84º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66321C is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 50 28 -
CMYK 0 0.51 0.73 0.6
HSL 17.84º 0.57% 0.25% -
HSV(B) 17.84º 0.73% 0.4% -
XYZ 6.83 5.19 1.74 -
YUV 63.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 102 50 28 0 0.51 0.73 0.6 17.84 0.57 0.25
Hex 66 32 1C 0 33 49 3C 12 39 19
Octal 146 62 34 0 63 111 74 22 71 31
Binary 1100110 110010 11100 0 110011 1001001 111100 10010 111001 11001

Color Harmonies of #66321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66321C

Black with #66321C

Text Example


Text Example

White with #66321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66321C; }

 p { color: rgb(102,50,28); }

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

background-color css

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

 a { background-color: rgb(102,50,28); }

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

border-color css

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

 span { border-color: rgb(102,50,28); }

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