Html Css Color HEX #673B1F New Amber

📋 copy color: '#673B1F'

red 103 ◦ green 59 ◦ blue 31

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

Shades of New Amber #673B1F

Tints of New Amber #673B1F

RGB

 RED value IS 103 (40.63% from 255) = 53.37%

 GREEN value IS 59 (23.44% from 255) = 30.57%

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

R = 53.37%
G = 30.57%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#673B1F (or 0x673B1F) is known color: New Amber. HEX triplet: 67, 3B and 1F. RGB value is (103,59,31). Sum of RGB (Red+Green+Blue) = 103+59+31=193 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.37% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 103 - color contains mainly: red. Hex color #673B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673B1F is #98C4E0. Grayscale: #454545. Windows color (decimal): -10011873 or 2046823. OLE color: 2046823.

HSL color Cylindrical-coordinate representation of color #673B1F: hue angle of 23.33º degrees, saturation: 0.54, 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 #673B1F is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 59 31 -
CMYK 0 0.43 0.70 0.60
HSL 23.33º 0.54% 0.26% -
HSV(B) 23.33º 0.7% 0.4% -
XYZ 7.4 6.11 2.09 -
YUV 68.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 103 59 31 0 0.43 0.70 0.60 23.33 0.54 0.26
Hex 67 3B 1F 0 2B 46 3C 17 36 1A
Octal 147 73 37 0 53 106 74 27 66 32
Binary 1100111 111011 11111 0 101011 1000110 111100 10111 110110 11010

Color Harmonies of #673B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673B1F

Black with #673B1F

Text Example


Text Example

White with #673B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673B1F; }

 p { color: rgb(103,59,31); }

 H1.HeaderClassName
 {
   color: #673B1F;
 }
 .AnyTagClassName
 {
   color: #673B1F;
 }
</style>

background-color css

<style>
 a { background-color: #673B1F; }

 a { background-color: rgb(103,59,31); }

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

border-color css

<style>
 span { border-color: #673B1F; }

 span { border-color: rgb(103,59,31); }

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