Html Css Color HEX #66351F New Amber

📋 copy color: '#66351F'

red 102 ◦ green 53 ◦ blue 31

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

Shades of New Amber #66351F

Tints of New Amber #66351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.49%

 BLUE value IS 31 (12.5% from 255) = 16.67%

R = 54.84%
G = 28.49%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#66351F (or 0x66351F) is known color: New Amber. HEX triplet: 66, 35 and 1F. RGB value is (102,53,31). Sum of RGB (Red+Green+Blue) = 102+53+31=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66351F is #99CAE0. Grayscale: #414141. Windows color (decimal): -10078945 or 2045286. OLE color: 2045286.

HSL color Cylindrical-coordinate representation of color #66351F: hue angle of 18.59º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66351F is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 53 31 -
CMYK 0 0.48 0.70 0.6
HSL 18.59º 0.53% 0.26% -
HSV(B) 18.59º 0.7% 0.4% -
XYZ 7 5.47 1.98 -
YUV 65.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 102 53 31 0 0.48 0.70 0.6 18.59 0.53 0.26
Hex 66 35 1F 0 30 46 3C 13 35 1A
Octal 146 65 37 0 60 106 74 23 65 32
Binary 1100110 110101 11111 0 110000 1000110 111100 10011 110101 11010

Color Harmonies of #66351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66351F

Black with #66351F

Text Example


Text Example

White with #66351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66351F; }

 p { color: rgb(102,53,31); }

 H1.HeaderClassName
 {
   color: #66351F;
 }
 .AnyTagClassName
 {
   color: #66351F;
 }
</style>

background-color css

<style>
 a { background-color: #66351F; }

 a { background-color: rgb(102,53,31); }

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

border-color css

<style>
 span { border-color: #66351F; }

 span { border-color: rgb(102,53,31); }

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