Html Css Color HEX #663D27 New Amber

📋 copy color: '#663D27'

red 102 ◦ green 61 ◦ blue 39

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

Shades of New Amber #663D27

Tints of New Amber #663D27

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.2%

 BLUE value IS 39 (15.63% from 255) = 19.31%

R = 50.5%
G = 30.2%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.6

RGB Variations

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

Color information

#663D27 (or 0x663D27) is known color: New Amber. HEX triplet: 66, 3D and 27. RGB value is (102,61,39). Sum of RGB (Red+Green+Blue) = 102+61+39=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #663D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D27 is #99C2D8. Grayscale: #464646. Windows color (decimal): -10076889 or 2571622. OLE color: 2571622.

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

Color convert

RGB 102 61 39 -
CMYK 0 0.40 0.62 0.6
HSL 20.95º 0.45% 0.28% -
HSV(B) 20.95º 0.62% 0.4% -
XYZ 7.51 6.31 2.74 -
YUV 70.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 102 61 39 0 0.40 0.62 0.6 20.95 0.45 0.28
Hex 66 3D 27 0 28 3E 3C 15 2D 1C
Octal 146 75 47 0 50 76 74 25 55 34
Binary 1100110 111101 100111 0 101000 111110 111100 10101 101101 11100

Color Harmonies of #663D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D27

Black with #663D27

Text Example


Text Example

White with #663D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,61,39); }

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

background-color css

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

 a { background-color: rgb(102,61,39); }

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

border-color css

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

 span { border-color: rgb(102,61,39); }

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