Html Css Color HEX #66331D New Amber

📋 copy color: '#66331D'

red 102 ◦ green 51 ◦ blue 29

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

Shades of New Amber #66331D

Tints of New Amber #66331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.02%

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

R = 56.04%
G = 28.02%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#66331D (or 0x66331D) is known color: New Amber. HEX triplet: 66, 33 and 1D. RGB value is (102,51,29). Sum of RGB (Red+Green+Blue) = 102+51+29=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #66331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66331D is #99CCE2. Grayscale: #3F3F3F. Windows color (decimal): -10079459 or 1913702. OLE color: 1913702.

HSL color Cylindrical-coordinate representation of color #66331D: hue angle of 18.08º 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 #66331D is Cyan = 0, Magento = 0.5, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 29 -
CMYK 0 0.5 0.72 0.6
HSL 18.08º 0.56% 0.26% -
HSV(B) 18.08º 0.72% 0.4% -
XYZ 6.89 5.28 1.82 -
YUV 63.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 102 51 29 0 0.5 0.72 0.6 18.08 0.56 0.26
Hex 66 33 1D 0 32 48 3C 12 38 1A
Octal 146 63 35 0 62 110 74 22 70 32
Binary 1100110 110011 11101 0 110010 1001000 111100 10010 111000 11010

Color Harmonies of #66331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66331D

Black with #66331D

Text Example


Text Example

White with #66331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66331D; }

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

 H1.HeaderClassName
 {
   color: #66331D;
 }
 .AnyTagClassName
 {
   color: #66331D;
 }
</style>

background-color css

<style>
 a { background-color: #66331D; }

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

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

border-color css

<style>
 span { border-color: #66331D; }

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

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