Html Css Color HEX #673A1D New Amber

📋 copy color: '#673A1D'

red 103 ◦ green 58 ◦ blue 29

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

Shades of New Amber #673A1D

Tints of New Amber #673A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.53%

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

R = 54.21%
G = 30.53%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#673A1D (or 0x673A1D) is known color: New Amber. HEX triplet: 67, 3A and 1D. RGB value is (103,58,29). Sum of RGB (Red+Green+Blue) = 103+58+29=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #673A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673A1D is #98C5E2. Grayscale: #444444. Windows color (decimal): -10012131 or 1915495. OLE color: 1915495.

HSL color Cylindrical-coordinate representation of color #673A1D: hue angle of 23.51º 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 #673A1D is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 58 29 -
CMYK 0 0.44 0.72 0.60
HSL 23.51º 0.56% 0.26% -
HSV(B) 23.51º 0.72% 0.4% -
XYZ 7.33 6 1.93 -
YUV 68.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 103 58 29 0 0.44 0.72 0.60 23.51 0.56 0.26
Hex 67 3A 1D 0 2C 48 3C 18 38 1A
Octal 147 72 35 0 54 110 74 30 70 32
Binary 1100111 111010 11101 0 101100 1001000 111100 11000 111000 11010

Color Harmonies of #673A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673A1D

Black with #673A1D

Text Example


Text Example

White with #673A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,58,29); }

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

background-color css

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

 a { background-color: rgb(103,58,29); }

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

border-color css

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

 span { border-color: rgb(103,58,29); }

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