Html Css Color HEX #663A1D New Amber

📋 copy color: '#663A1D'

red 102 ◦ green 58 ◦ blue 29

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

Shades of New Amber #663A1D

Tints of New Amber #663A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.69%

 BLUE value IS 29 (11.72% from 255) = 15.34%

R = 53.97%
G = 30.69%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#663A1D (or 0x663A1D) is known color: New Amber. HEX triplet: 66, 3A and 1D. RGB value is (102,58,29). Sum of RGB (Red+Green+Blue) = 102+58+29=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #663A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A1D is #99C5E2. Grayscale: #444444. Windows color (decimal): -10077667 or 1915494. OLE color: 1915494.

HSL color Cylindrical-coordinate representation of color #663A1D: hue angle of 23.84º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663A1D is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 58 29 -
CMYK 0 0.43 0.72 0.6
HSL 23.84º 0.56% 0.26% -
HSV(B) 23.84º 0.72% 0.4% -
XYZ 7.21 5.94 1.93 -
YUV 67.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 102 58 29 0 0.43 0.72 0.6 23.84 0.56 0.26
Hex 66 3A 1D 0 2B 48 3C 18 38 1A
Octal 146 72 35 0 53 110 74 30 70 32
Binary 1100110 111010 11101 0 101011 1001000 111100 11000 111000 11010

Color Harmonies of #663A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663A1D

Black with #663A1D

Text Example


Text Example

White with #663A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,58,29); }

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

background-color css

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

 a { background-color: rgb(102,58,29); }

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

border-color css

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

 span { border-color: rgb(102,58,29); }

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