Html Css Color HEX #673A23 New Amber

📋 copy color: '#673A23'

red 103 ◦ green 58 ◦ blue 35

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

Shades of New Amber #673A23

Tints of New Amber #673A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.86%

R = 52.55%
G = 29.59%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#673A23 (or 0x673A23) is known color: New Amber. HEX triplet: 67, 3A and 23. RGB value is (103,58,35). Sum of RGB (Red+Green+Blue) = 103+58+35=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #673A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673A23 is #98C5DC. Grayscale: #444444. Windows color (decimal): -10012125 or 2308711. OLE color: 2308711.

HSL color Cylindrical-coordinate representation of color #673A23: hue angle of 20.29º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #673A23 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 58 35 -
CMYK 0 0.44 0.66 0.60
HSL 20.29º 0.49% 0.27% -
HSV(B) 20.29º 0.66% 0.4% -
XYZ 7.41 6.03 2.36 -
YUV 68.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 103 58 35 0 0.44 0.66 0.60 20.29 0.49 0.27
Hex 67 3A 23 0 2C 42 3C 14 31 1B
Octal 147 72 43 0 54 102 74 24 61 33
Binary 1100111 111010 100011 0 101100 1000010 111100 10100 110001 11011

Color Harmonies of #673A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673A23

Black with #673A23

Text Example


Text Example

White with #673A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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