Html Css Color HEX #663C2A New Amber

📋 copy color: '#663C2A'

red 102 ◦ green 60 ◦ blue 42

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

Shades of New Amber #663C2A

Tints of New Amber #663C2A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.41%

 BLUE value IS 42 (16.8% from 255) = 20.59%

R = 50%
G = 29.41%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#663C2A (or 0x663C2A) is known color: New Amber. HEX triplet: 66, 3C and 2A. RGB value is (102,60,42). Sum of RGB (Red+Green+Blue) = 102+60+42=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #663C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C2A is #99C3D5. Grayscale: #464646. Windows color (decimal): -10077142 or 2767974. OLE color: 2767974.

HSL color Cylindrical-coordinate representation of color #663C2A: hue angle of 18º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #663C2A is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 60 42 -
CMYK 0 0.41 0.59 0.6
HSL 18º 0.42% 0.28% -
HSV(B) 18º 0.59% 0.4% -
XYZ 7.51 6.22 3 -
YUV 70.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 102 60 42 0 0.41 0.59 0.6 18 0.42 0.28
Hex 66 3C 2A 0 29 3B 3C 12 2A 1C
Octal 146 74 52 0 51 73 74 22 52 34
Binary 1100110 111100 101010 0 101001 111011 111100 10010 101010 11100

Color Harmonies of #663C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663C2A

Black with #663C2A

Text Example


Text Example

White with #663C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663C2A; }

 p { color: rgb(102,60,42); }

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

background-color css

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

 a { background-color: rgb(102,60,42); }

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

border-color css

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

 span { border-color: rgb(102,60,42); }

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