Html Css Color HEX #66381C New Amber

📋 copy color: '#66381C'

red 102 ◦ green 56 ◦ blue 28

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

Shades of New Amber #66381C

Tints of New Amber #66381C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.11%

 BLUE value IS 28 (11.33% from 255) = 15.05%

R = 54.84%
G = 30.11%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#66381C (or 0x66381C) is known color: New Amber. HEX triplet: 66, 38 and 1C. RGB value is (102,56,28). Sum of RGB (Red+Green+Blue) = 102+56+28=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66381C is #99C7E3. Grayscale: #424242. Windows color (decimal): -10078180 or 1849446. OLE color: 1849446.

HSL color Cylindrical-coordinate representation of color #66381C: hue angle of 22.7º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66381C is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 56 28 -
CMYK 0 0.45 0.73 0.6
HSL 22.7º 0.57% 0.25% -
HSV(B) 22.7º 0.73% 0.4% -
XYZ 7.1 5.74 1.83 -
YUV 66.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 102 56 28 0 0.45 0.73 0.6 22.7 0.57 0.25
Hex 66 38 1C 0 2D 49 3C 17 39 19
Octal 146 70 34 0 55 111 74 27 71 31
Binary 1100110 111000 11100 0 101101 1001001 111100 10111 111001 11001

Color Harmonies of #66381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66381C

Black with #66381C

Text Example


Text Example

White with #66381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66381C; }

 p { color: rgb(102,56,28); }

 H1.HeaderClassName
 {
   color: #66381C;
 }
 .AnyTagClassName
 {
   color: #66381C;
 }
</style>

background-color css

<style>
 a { background-color: #66381C; }

 a { background-color: rgb(102,56,28); }

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

border-color css

<style>
 span { border-color: #66381C; }

 span { border-color: rgb(102,56,28); }

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