Html Css Color HEX #66341F New Amber

📋 copy color: '#66341F'

red 102 ◦ green 52 ◦ blue 31

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

Shades of New Amber #66341F

Tints of New Amber #66341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.11%

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

R = 55.14%
G = 28.11%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#66341F (or 0x66341F) is known color: New Amber. HEX triplet: 66, 34 and 1F. RGB value is (102,52,31). Sum of RGB (Red+Green+Blue) = 102+52+31=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66341F is #99CBE0. Grayscale: #404040. Windows color (decimal): -10079201 or 2045030. OLE color: 2045030.

HSL color Cylindrical-coordinate representation of color #66341F: hue angle of 17.75º 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 #66341F is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 52 31 -
CMYK 0 0.49 0.70 0.6
HSL 17.75º 0.53% 0.26% -
HSV(B) 17.75º 0.7% 0.4% -
XYZ 6.95 5.38 1.97 -
YUV 64.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 102 52 31 0 0.49 0.70 0.6 17.75 0.53 0.26
Hex 66 34 1F 0 31 46 3C 12 35 1A
Octal 146 64 37 0 61 106 74 22 65 32
Binary 1100110 110100 11111 0 110001 1000110 111100 10010 110101 11010

Color Harmonies of #66341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66341F

Black with #66341F

Text Example


Text Example

White with #66341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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