Html Css Color HEX #663C23 New Amber

📋 copy color: '#663C23'

red 102 ◦ green 60 ◦ blue 35

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

Shades of New Amber #663C23

Tints of New Amber #663C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.77%

R = 51.78%
G = 30.46%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.6

RGB Variations

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

Color information

#663C23 (or 0x663C23) is known color: New Amber. HEX triplet: 66, 3C and 23. RGB value is (102,60,35). Sum of RGB (Red+Green+Blue) = 102+60+35=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #663C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C23 is #99C3DC. Grayscale: #454545. Windows color (decimal): -10077149 or 2309222. OLE color: 2309222.

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

Color convert

RGB 102 60 35 -
CMYK 0 0.41 0.66 0.6
HSL 22.39º 0.49% 0.27% -
HSV(B) 22.39º 0.66% 0.4% -
XYZ 7.4 6.18 2.39 -
YUV 69.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 102 60 35 0 0.41 0.66 0.6 22.39 0.49 0.27
Hex 66 3C 23 0 29 42 3C 16 31 1B
Octal 146 74 43 0 51 102 74 26 61 33
Binary 1100110 111100 100011 0 101001 1000010 111100 10110 110001 11011

Color Harmonies of #663C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663C23

Black with #663C23

Text Example


Text Example

White with #663C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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